Html Css Color HEX #B96CF6 Heliotrope

📋 copy color: '#B96CF6'

red 185 ◦ green 108 ◦ blue 246

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

Shades of Heliotrope #B96CF6

Tints of Heliotrope #B96CF6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.04%

 BLUE value IS 246 (96.48% from 255) = 45.64%

R = 34.32%
G = 20.04%
B = 45.64%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B96CF6 (or 0xB96CF6) is known color: Heliotrope. HEX triplet: B9, 6C and F6. RGB value is (185,108,246). Sum of RGB (Red+Green+Blue) = 185+108+246=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 108 (42.58% from 255 or 20.04% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 246 - color contains mainly: blue. Hex color #B96CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96CF6 is #469309. Grayscale: #929292. Windows color (decimal): -4625162 or 16149689. OLE color: 16149689.

HSL color Cylindrical-coordinate representation of color #B96CF6: hue angle of 273.48º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B96CF6 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 108 246 -
CMYK 0.25 0.56 0 0.04
HSL 273.48º 0.88% 0.69% -
HSV(B) 273.48º 0.56% 0.96% -
XYZ 42 27.69 90.32 -
YUV 146.76 184.01 155.28 -
System Red Green Blue C M Y K H S L
Decimal 185 108 246 0.25 0.56 0 0.04 273.48 0.88 0.69
Hex B9 6C F6 19 38 0 4 111 58 45
Octal 271 154 366 31 70 0 4 421 130 105
Binary 10111001 1101100 11110110 11001 111000 0 100 100010001 1011000 1000101

Color Harmonies of #B96CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96CF6

Black with #B96CF6

Text Example


Text Example

White with #B96CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96CF6; }

 p { color: rgb(185,108,246); }

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

background-color css

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

 a { background-color: rgb(185,108,246); }

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

border-color css

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

 span { border-color: rgb(185,108,246); }

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