Html Css Color HEX #BB86FF Heliotrope

📋 copy color: '#BB86FF'

red 187 ◦ green 134 ◦ blue 255

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

Shades of Heliotrope #BB86FF

Tints of Heliotrope #BB86FF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.26%

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

R = 32.47%
G = 23.26%
B = 44.27%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB86FF (or 0xBB86FF) is known color: Heliotrope. HEX triplet: BB, 86 and FF. RGB value is (187,134,255). Sum of RGB (Red+Green+Blue) = 187+134+255=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 134 (52.73% from 255 or 23.26% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB86FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB86FF is #447900. Grayscale: #A3A3A3. Windows color (decimal): -4487425 or 16746171. OLE color: 16746171.

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

Color convert

RGB 187 134 255 -
CMYK 0.27 0.47 0 0
HSL 266.28º 1% 0.76% -
HSV(B) 266.28º 0.47% 1% -
XYZ 47.07 34.83 98.85 -
YUV 163.64 179.56 144.66 -
System Red Green Blue C M Y K H S L
Decimal 187 134 255 0.27 0.47 0 0 266.28 1 0.76
Hex BB 86 FF 1B 2F 0 0 10A 64 4C
Octal 273 206 377 33 57 0 0 412 144 114
Binary 10111011 10000110 11111111 11011 101111 0 0 100001010 1100100 1001100

Color Harmonies of #BB86FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB86FF

Black with #BB86FF

Text Example


Text Example

White with #BB86FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB86FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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