Html Css Color HEX #BB6FFB Heliotrope

📋 copy color: '#BB6FFB'

red 187 ◦ green 111 ◦ blue 251

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

Shades of Heliotrope #BB6FFB

Tints of Heliotrope #BB6FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.72%

R = 34.06%
G = 20.22%
B = 45.72%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB6FFB (or 0xBB6FFB) is known color: Heliotrope. HEX triplet: BB, 6F and FB. RGB value is (187,111,251). Sum of RGB (Red+Green+Blue) = 187+111+251=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB6FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6FFB is #449004. Grayscale: #959595. Windows color (decimal): -4493317 or 16478139. OLE color: 16478139.

HSL color Cylindrical-coordinate representation of color #BB6FFB: hue angle of 272.57º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB6FFB is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 111 251 -
CMYK 0.25 0.56 0 0.02
HSL 272.57º 0.95% 0.71% -
HSV(B) 272.57º 0.56% 0.98% -
XYZ 43.59 28.9 94.55 -
YUV 149.68 185.18 154.62 -
System Red Green Blue C M Y K H S L
Decimal 187 111 251 0.25 0.56 0 0.02 272.57 0.95 0.71
Hex BB 6F FB 19 38 0 2 111 5F 47
Octal 273 157 373 31 70 0 2 421 137 107
Binary 10111011 1101111 11111011 11001 111000 0 10 100010001 1011111 1000111

Color Harmonies of #BB6FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6FFB

Black with #BB6FFB

Text Example


Text Example

White with #BB6FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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