Html Css Color HEX #B96FF3 Heliotrope

📋 copy color: '#B96FF3'

red 185 ◦ green 111 ◦ blue 243

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

Shades of Heliotrope #B96FF3

Tints of Heliotrope #B96FF3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.59%

 BLUE value IS 243 (95.31% from 255) = 45.08%

R = 34.32%
G = 20.59%
B = 45.08%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B96FF3 (or 0xB96FF3) is known color: Heliotrope. HEX triplet: B9, 6F and F3. RGB value is (185,111,243). Sum of RGB (Red+Green+Blue) = 185+111+243=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 243 (95.31% from 255 or 45.08% from 539); Max value from RGB is 243 - color contains mainly: blue. Hex color #B96FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96FF3 is #46900C. Grayscale: #939393. Windows color (decimal): -4624397 or 15953849. OLE color: 15953849.

HSL color Cylindrical-coordinate representation of color #B96FF3: hue angle of 273.64º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B96FF3 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 111 243 -
CMYK 0.24 0.54 0 0.05
HSL 273.64º 0.85% 0.69% -
HSV(B) 273.64º 0.54% 0.95% -
XYZ 41.87 28.15 88.02 -
YUV 148.17 181.52 154.27 -
System Red Green Blue C M Y K H S L
Decimal 185 111 243 0.24 0.54 0 0.05 273.64 0.85 0.69
Hex B9 6F F3 18 36 0 5 112 55 45
Octal 271 157 363 30 66 0 5 422 125 105
Binary 10111001 1101111 11110011 11000 110110 0 101 100010010 1010101 1000101

Color Harmonies of #B96FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FF3

Black with #B96FF3

Text Example


Text Example

White with #B96FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FF3; }

 p { color: rgb(185,111,243); }

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

background-color css

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

 a { background-color: rgb(185,111,243); }

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

border-color css

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

 span { border-color: rgb(185,111,243); }

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