Html Css Color HEX #BB78FF Heliotrope

📋 copy color: '#BB78FF'

red 187 ◦ green 120 ◦ blue 255

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

Shades of Heliotrope #BB78FF

Tints of Heliotrope #BB78FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.37%

R = 33.27%
G = 21.35%
B = 45.37%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB78FF (or 0xBB78FF) is known color: Heliotrope. HEX triplet: BB, 78 and FF. RGB value is (187,120,255). Sum of RGB (Red+Green+Blue) = 187+120+255=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 120 (47.27% from 255 or 21.35% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB78FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB78FF is #448700. Grayscale: #9A9A9A. Windows color (decimal): -4491009 or 16742587. OLE color: 16742587.

HSL color Cylindrical-coordinate representation of color #BB78FF: hue angle of 269.78º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB78FF is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 120 255 -
CMYK 0.27 0.53 0 0
HSL 269.78º 1% 0.74% -
HSV(B) 269.78º 0.53% 1% -
XYZ 45.26 31.22 98.25 -
YUV 155.42 184.2 150.52 -
System Red Green Blue C M Y K H S L
Decimal 187 120 255 0.27 0.53 0 0 269.78 1 0.74
Hex BB 78 FF 1B 35 0 0 10E 64 4A
Octal 273 170 377 33 65 0 0 416 144 112
Binary 10111011 1111000 11111111 11011 110101 0 0 100001110 1100100 1001010

Color Harmonies of #BB78FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB78FF

Black with #BB78FF

Text Example


Text Example

White with #BB78FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB78FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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