Html Css Color HEX #BB70EA Medium Orchid

📋 copy color: '#BB70EA'

red 187 ◦ green 112 ◦ blue 234

#BB70EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BB70EA

Tints of Medium Orchid #BB70EA

RGB

 RED value IS 187 (73.44% from 255) = 35.08%

 GREEN value IS 112 (44.14% from 255) = 21.01%

 BLUE value IS 234 (91.8% from 255) = 43.9%

R = 35.08%
G = 21.01%
B = 43.9%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB70EA (or 0xBB70EA) is known color: Medium Orchid. HEX triplet: BB, 70 and EA. RGB value is (187,112,234). Sum of RGB (Red+Green+Blue) = 187+112+234=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB70EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB70EA is #448F15. Grayscale: #939393. Windows color (decimal): -4493078 or 15364283. OLE color: 15364283.

HSL color Cylindrical-coordinate representation of color #BB70EA: hue angle of 276.89º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB70EA is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 112 234 -
CMYK 0.20 0.52 0 0.08
HSL 276.89º 0.74% 0.68% -
HSV(B) 276.89º 0.52% 0.92% -
XYZ 41.14 28.09 81.1 -
YUV 148.33 176.35 155.58 -
System Red Green Blue C M Y K H S L
Decimal 187 112 234 0.20 0.52 0 0.08 276.89 0.74 0.68
Hex BB 70 EA 14 34 0 8 115 4A 44
Octal 273 160 352 24 64 0 10 425 112 104
Binary 10111011 1110000 11101010 10100 110100 0 1000 100010101 1001010 1000100

Color Harmonies of #BB70EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB70EA

Black with #BB70EA

Text Example


Text Example

White with #BB70EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB70EA; }

 p { color: rgb(187,112,234); }

 H1.HeaderClassName
 {
   color: #BB70EA;
 }
 .AnyTagClassName
 {
   color: #BB70EA;
 }
</style>

background-color css

<style>
 a { background-color: #BB70EA; }

 a { background-color: rgb(187,112,234); }

 div.DivClassName
 {
   background-color: #BB70EA;
 }
 .BgClassName
 {
   background-color: #BB70EA;
 }
</style>

border-color css

<style>
 span { border-color: #BB70EA; }

 span { border-color: rgb(187,112,234); }

 td.TdClassName
 {
   border-color: #BB70EA;
 }
 .TagClassName
 {
   border-color: #BB70EA;
 }
</style>