Html Css Color HEX #BB80FF Heliotrope

📋 copy color: '#BB80FF'

red 187 ◦ green 128 ◦ blue 255

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

Shades of Heliotrope #BB80FF

Tints of Heliotrope #BB80FF

RGB

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

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

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

R = 32.81%
G = 22.46%
B = 44.74%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB80FF (or 0xBB80FF) is known color: Heliotrope. HEX triplet: BB, 80 and FF. RGB value is (187,128,255). Sum of RGB (Red+Green+Blue) = 187+128+255=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB80FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB80FF is #447F00. Grayscale: #9F9F9F. Windows color (decimal): -4488961 or 16744635. OLE color: 16744635.

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

Color convert

RGB 187 128 255 -
CMYK 0.27 0.50 0 0
HSL 267.87º 1% 0.75% -
HSV(B) 267.87º 0.5% 1% -
XYZ 46.26 33.22 98.58 -
YUV 160.12 181.55 147.17 -
System Red Green Blue C M Y K H S L
Decimal 187 128 255 0.27 0.50 0 0 267.87 1 0.75
Hex BB 80 FF 1B 32 0 0 10C 64 4B
Octal 273 200 377 33 62 0 0 414 144 113
Binary 10111011 10000000 11111111 11011 110010 0 0 100001100 1100100 1001011

Color Harmonies of #BB80FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB80FF

Black with #BB80FF

Text Example


Text Example

White with #BB80FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB80FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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