Html Css Color HEX #BB6AFE Heliotrope

📋 copy color: '#BB6AFE'

red 187 ◦ green 106 ◦ blue 254

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

Shades of Heliotrope #BB6AFE

Tints of Heliotrope #BB6AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.44%

R = 34.19%
G = 19.38%
B = 46.44%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB6AFE (or 0xBB6AFE) is known color: Heliotrope. HEX triplet: BB, 6A and FE. RGB value is (187,106,254). Sum of RGB (Red+Green+Blue) = 187+106+254=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 106 (41.80% from 255 or 19.38% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB6AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6AFE is #449501. Grayscale: #929292. Windows color (decimal): -4494594 or 16673467. OLE color: 16673467.

HSL color Cylindrical-coordinate representation of color #BB6AFE: hue angle of 272.84º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB6AFE is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 106 254 -
CMYK 0.26 0.58 0 0.00
HSL 272.84º 0.99% 0.71% -
HSV(B) 272.84º 0.58% 1% -
XYZ 43.54 28.03 96.88 -
YUV 147.09 188.34 156.47 -
System Red Green Blue C M Y K H S L
Decimal 187 106 254 0.26 0.58 0 0.00 272.84 0.99 0.71
Hex BB 6A FE 1A 3A 0 0 111 63 47
Octal 273 152 376 32 72 0 0 421 143 107
Binary 10111011 1101010 11111110 11010 111010 0 0 100010001 1100011 1000111

Color Harmonies of #BB6AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6AFE

Black with #BB6AFE

Text Example


Text Example

White with #BB6AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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