Html Css Color HEX #BB78FA Heliotrope

📋 copy color: '#BB78FA'

red 187 ◦ green 120 ◦ blue 250

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

Shades of Heliotrope #BB78FA

Tints of Heliotrope #BB78FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.88%

R = 33.57%
G = 21.54%
B = 44.88%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB78FA (or 0xBB78FA) is known color: Heliotrope. HEX triplet: BB, 78 and FA. RGB value is (187,120,250). Sum of RGB (Red+Green+Blue) = 187+120+250=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 120 (47.27% from 255 or 21.54% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB78FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB78FA is #448705. Grayscale: #9A9A9A. Windows color (decimal): -4491014 or 16414907. OLE color: 16414907.

HSL color Cylindrical-coordinate representation of color #BB78FA: hue angle of 270.92º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB78FA is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 120 250 -
CMYK 0.25 0.52 0 0.02
HSL 270.92º 0.93% 0.73% -
HSV(B) 270.92º 0.52% 0.98% -
XYZ 44.47 30.9 94.06 -
YUV 154.85 181.7 150.93 -
System Red Green Blue C M Y K H S L
Decimal 187 120 250 0.25 0.52 0 0.02 270.92 0.93 0.73
Hex BB 78 FA 19 34 0 2 10F 5D 49
Octal 273 170 372 31 64 0 2 417 135 111
Binary 10111011 1111000 11111010 11001 110100 0 10 100001111 1011101 1001001

Color Harmonies of #BB78FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB78FA

Black with #BB78FA

Text Example


Text Example

White with #BB78FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB78FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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