Html Css Color HEX #BB80FB Heliotrope

📋 copy color: '#BB80FB'

red 187 ◦ green 128 ◦ blue 251

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

Shades of Heliotrope #BB80FB

Tints of Heliotrope #BB80FB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.61%

 BLUE value IS 251 (98.44% from 255) = 44.35%

R = 33.04%
G = 22.61%
B = 44.35%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB80FB (or 0xBB80FB) is known color: Heliotrope. HEX triplet: BB, 80 and FB. RGB value is (187,128,251). Sum of RGB (Red+Green+Blue) = 187+128+251=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB80FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB80FB is #447F04. Grayscale: #9F9F9F. Windows color (decimal): -4488965 or 16482491. OLE color: 16482491.

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

Color convert

RGB 187 128 251 -
CMYK 0.25 0.49 0 0.02
HSL 268.78º 0.94% 0.74% -
HSV(B) 268.78º 0.49% 0.98% -
XYZ 45.63 32.97 95.23 -
YUV 159.66 179.55 147.5 -
System Red Green Blue C M Y K H S L
Decimal 187 128 251 0.25 0.49 0 0.02 268.78 0.94 0.74
Hex BB 80 FB 19 31 0 2 10D 5E 4A
Octal 273 200 373 31 61 0 2 415 136 112
Binary 10111011 10000000 11111011 11001 110001 0 10 100001101 1011110 1001010

Color Harmonies of #BB80FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB80FB

Black with #BB80FB

Text Example


Text Example

White with #BB80FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB80FB; }

 p { color: rgb(187,128,251); }

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

background-color css

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

 a { background-color: rgb(187,128,251); }

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

border-color css

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

 span { border-color: rgb(187,128,251); }

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