Html Css Color HEX #BB6AFB Heliotrope

📋 copy color: '#BB6AFB'

red 187 ◦ green 106 ◦ blue 251

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

Shades of Heliotrope #BB6AFB

Tints of Heliotrope #BB6AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.49%

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

R = 34.38%
G = 19.49%
B = 46.14%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB6AFB (or 0xBB6AFB) is known color: Heliotrope. HEX triplet: BB, 6A and FB. RGB value is (187,106,251). Sum of RGB (Red+Green+Blue) = 187+106+251=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB6AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6AFB is #449504. Grayscale: #929292. Windows color (decimal): -4494597 or 16476859. OLE color: 16476859.

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

Color convert

RGB 187 106 251 -
CMYK 0.25 0.58 0 0.02
HSL 273.52º 0.95% 0.7% -
HSV(B) 273.52º 0.58% 0.98% -
XYZ 43.06 27.84 94.37 -
YUV 146.75 186.84 156.71 -
System Red Green Blue C M Y K H S L
Decimal 187 106 251 0.25 0.58 0 0.02 273.52 0.95 0.7
Hex BB 6A FB 19 3A 0 2 112 5F 46
Octal 273 152 373 31 72 0 2 422 137 106
Binary 10111011 1101010 11111011 11001 111010 0 10 100010010 1011111 1000110

Color Harmonies of #BB6AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6AFB

Black with #BB6AFB

Text Example


Text Example

White with #BB6AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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