Html Css Color HEX #BB6AF9 Heliotrope

📋 copy color: '#BB6AF9'

red 187 ◦ green 106 ◦ blue 249

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

Shades of Heliotrope #BB6AF9

Tints of Heliotrope #BB6AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.94%

R = 34.5%
G = 19.56%
B = 45.94%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB6AF9 (or 0xBB6AF9) is known color: Heliotrope. HEX triplet: BB, 6A and F9. RGB value is (187,106,249). Sum of RGB (Red+Green+Blue) = 187+106+249=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 106 (41.80% from 255 or 19.56% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB6AF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6AF9 is #449506. Grayscale: #929292. Windows color (decimal): -4494599 or 16345787. OLE color: 16345787.

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

Color convert

RGB 187 106 249 -
CMYK 0.25 0.57 0 0.02
HSL 273.99º 0.92% 0.7% -
HSV(B) 273.99º 0.57% 0.98% -
XYZ 42.75 27.71 92.72 -
YUV 146.52 185.84 156.87 -
System Red Green Blue C M Y K H S L
Decimal 187 106 249 0.25 0.57 0 0.02 273.99 0.92 0.7
Hex BB 6A F9 19 39 0 2 112 5C 46
Octal 273 152 371 31 71 0 2 422 134 106
Binary 10111011 1101010 11111001 11001 111001 0 10 100010010 1011100 1000110

Color Harmonies of #BB6AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6AF9

Black with #BB6AF9

Text Example


Text Example

White with #BB6AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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