Html Css Color HEX #BB81FF Heliotrope

📋 copy color: '#BB81FF'

red 187 ◦ green 129 ◦ blue 255

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

Shades of Heliotrope #BB81FF

Tints of Heliotrope #BB81FF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.59%

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

R = 32.75%
G = 22.59%
B = 44.66%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB81FF (or 0xBB81FF) is known color: Heliotrope. HEX triplet: BB, 81 and FF. RGB value is (187,129,255). Sum of RGB (Red+Green+Blue) = 187+129+255=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB81FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB81FF is #447E00. Grayscale: #A0A0A0. Windows color (decimal): -4488705 or 16744891. OLE color: 16744891.

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

Color convert

RGB 187 129 255 -
CMYK 0.27 0.49 0 0
HSL 267.62º 1% 0.75% -
HSV(B) 267.62º 0.49% 1% -
XYZ 46.39 33.49 98.63 -
YUV 160.71 181.22 146.75 -
System Red Green Blue C M Y K H S L
Decimal 187 129 255 0.27 0.49 0 0 267.62 1 0.75
Hex BB 81 FF 1B 31 0 0 10C 64 4B
Octal 273 201 377 33 61 0 0 414 144 113
Binary 10111011 10000001 11111111 11011 110001 0 0 100001100 1100100 1001011

Color Harmonies of #BB81FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB81FF

Black with #BB81FF

Text Example


Text Example

White with #BB81FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB81FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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