Html Css Color HEX #BB6EFF Heliotrope

📋 copy color: '#BB6EFF'

red 187 ◦ green 110 ◦ blue 255

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

Shades of Heliotrope #BB6EFF

Tints of Heliotrope #BB6EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.93%

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

R = 33.88%
G = 19.93%
B = 46.2%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB6EFF (or 0xBB6EFF) is known color: Heliotrope. HEX triplet: BB, 6E and FF. RGB value is (187,110,255). Sum of RGB (Red+Green+Blue) = 187+110+255=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 110 (43.36% from 255 or 19.93% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB6EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6EFF is #449100. Grayscale: #959595. Windows color (decimal): -4493569 or 16740027. OLE color: 16740027.

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

Color convert

RGB 187 110 255 -
CMYK 0.27 0.57 0 0
HSL 271.86º 1% 0.72% -
HSV(B) 271.86º 0.57% 1% -
XYZ 44.12 28.94 97.87 -
YUV 149.55 187.51 154.71 -
System Red Green Blue C M Y K H S L
Decimal 187 110 255 0.27 0.57 0 0 271.86 1 0.72
Hex BB 6E FF 1B 39 0 0 110 64 48
Octal 273 156 377 33 71 0 0 420 144 110
Binary 10111011 1101110 11111111 11011 111001 0 0 100010000 1100100 1001000

Color Harmonies of #BB6EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6EFF

Black with #BB6EFF

Text Example


Text Example

White with #BB6EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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