Html Css Color HEX #BB78EE Heliotrope

📋 copy color: '#BB78EE'

red 187 ◦ green 120 ◦ blue 238

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

Shades of Heliotrope #BB78EE

Tints of Heliotrope #BB78EE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.02%

 BLUE value IS 238 (93.36% from 255) = 43.67%

R = 34.31%
G = 22.02%
B = 43.67%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB78EE (or 0xBB78EE) is known color: Heliotrope. HEX triplet: BB, 78 and EE. RGB value is (187,120,238). Sum of RGB (Red+Green+Blue) = 187+120+238=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB78EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB78EE is #448711. Grayscale: #999999. Windows color (decimal): -4491026 or 15628475. OLE color: 15628475.

HSL color Cylindrical-coordinate representation of color #BB78EE: hue angle of 274.07º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB78EE is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 120 238 -
CMYK 0.21 0.50 0 0.07
HSL 274.07º 0.78% 0.7% -
HSV(B) 274.07º 0.5% 0.93% -
XYZ 42.64 30.17 84.46 -
YUV 153.49 175.7 151.91 -
System Red Green Blue C M Y K H S L
Decimal 187 120 238 0.21 0.50 0 0.07 274.07 0.78 0.7
Hex BB 78 EE 15 32 0 7 112 4E 46
Octal 273 170 356 25 62 0 7 422 116 106
Binary 10111011 1111000 11101110 10101 110010 0 111 100010010 1001110 1000110

Color Harmonies of #BB78EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB78EE

Black with #BB78EE

Text Example


Text Example

White with #BB78EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB78EE; }

 p { color: rgb(187,120,238); }

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

background-color css

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

 a { background-color: rgb(187,120,238); }

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

border-color css

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

 span { border-color: rgb(187,120,238); }

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