Html Css Color HEX #BB6FF0 Heliotrope

📋 copy color: '#BB6FF0'

red 187 ◦ green 111 ◦ blue 240

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

Shades of Heliotrope #BB6FF0

Tints of Heliotrope #BB6FF0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.63%

 BLUE value IS 240 (94.14% from 255) = 44.61%

R = 34.76%
G = 20.63%
B = 44.61%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB6FF0 (or 0xBB6FF0) is known color: Heliotrope. HEX triplet: BB, 6F and F0. RGB value is (187,111,240). Sum of RGB (Red+Green+Blue) = 187+111+240=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB6FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6FF0 is #44900F. Grayscale: #939393. Windows color (decimal): -4493328 or 15757243. OLE color: 15757243.

HSL color Cylindrical-coordinate representation of color #BB6FF0: hue angle of 275.35º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB6FF0 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 111 240 -
CMYK 0.22 0.54 0 0.06
HSL 275.35º 0.81% 0.69% -
HSV(B) 275.35º 0.54% 0.94% -
XYZ 41.91 28.22 85.68 -
YUV 148.43 179.68 155.51 -
System Red Green Blue C M Y K H S L
Decimal 187 111 240 0.22 0.54 0 0.06 275.35 0.81 0.69
Hex BB 6F F0 16 36 0 6 113 51 45
Octal 273 157 360 26 66 0 6 423 121 105
Binary 10111011 1101111 11110000 10110 110110 0 110 100010011 1010001 1000101

Color Harmonies of #BB6FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6FF0

Black with #BB6FF0

Text Example


Text Example

White with #BB6FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6FF0; }

 p { color: rgb(187,111,240); }

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

background-color css

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

 a { background-color: rgb(187,111,240); }

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

border-color css

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

 span { border-color: rgb(187,111,240); }

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