Html Css Color HEX #B966F9 Heliotrope

📋 copy color: '#B966F9'

red 185 ◦ green 102 ◦ blue 249

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

Shades of Heliotrope #B966F9

Tints of Heliotrope #B966F9

RGB

 RED value IS 185 (72.66% from 255) = 34.51%

 GREEN value IS 102 (40.23% from 255) = 19.03%

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

R = 34.51%
G = 19.03%
B = 46.46%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B966F9 (or 0xB966F9) is known color: Heliotrope. HEX triplet: B9, 66 and F9. RGB value is (185,102,249). Sum of RGB (Red+Green+Blue) = 185+102+249=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 249 - color contains mainly: blue. Hex color #B966F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B966F9 is #469906. Grayscale: #8F8F8F. Windows color (decimal): -4626695 or 16344761. OLE color: 16344761.

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

Color convert

RGB 185 102 249 -
CMYK 0.26 0.59 0 0.02
HSL 273.88º 0.92% 0.69% -
HSV(B) 273.88º 0.59% 0.98% -
XYZ 41.86 26.66 92.56 -
YUV 143.58 187.5 157.55 -
System Red Green Blue C M Y K H S L
Decimal 185 102 249 0.26 0.59 0 0.02 273.88 0.92 0.69
Hex B9 66 F9 1A 3B 0 2 112 5C 45
Octal 271 146 371 32 73 0 2 422 134 105
Binary 10111001 1100110 11111001 11010 111011 0 10 100010010 1011100 1000101

Color Harmonies of #B966F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B966F9

Black with #B966F9

Text Example


Text Example

White with #B966F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B966F9; }

 p { color: rgb(185,102,249); }

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

background-color css

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

 a { background-color: rgb(185,102,249); }

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

border-color css

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

 span { border-color: rgb(185,102,249); }

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