Html Css Color HEX #BB6EF9 Heliotrope

📋 copy color: '#BB6EF9'

red 187 ◦ green 110 ◦ blue 249

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

Shades of Heliotrope #BB6EF9

Tints of Heliotrope #BB6EF9

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.15%

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

R = 34.25%
G = 20.15%
B = 45.6%

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

#BB6EF9 (or 0xBB6EF9) is known color: Heliotrope. HEX triplet: BB, 6E and F9. RGB value is (187,110,249). Sum of RGB (Red+Green+Blue) = 187+110+249=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 110 (43.36% from 255 or 20.15% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB6EF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6EF9 is #449106. Grayscale: #949494. Windows color (decimal): -4493575 or 16346811. OLE color: 16346811.

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

Color convert

RGB 187 110 249 -
CMYK 0.25 0.56 0 0.02
HSL 273.24º 0.92% 0.7% -
HSV(B) 273.24º 0.56% 0.98% -
XYZ 43.17 28.56 92.86 -
YUV 148.87 184.51 155.2 -
System Red Green Blue C M Y K H S L
Decimal 187 110 249 0.25 0.56 0 0.02 273.24 0.92 0.7
Hex BB 6E F9 19 38 0 2 111 5C 46
Octal 273 156 371 31 70 0 2 421 134 106
Binary 10111011 1101110 11111001 11001 111000 0 10 100010001 1011100 1000110

Color Harmonies of #BB6EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6EF9

Black with #BB6EF9

Text Example


Text Example

White with #BB6EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6EF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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