Html Css Color HEX #B96DFC Heliotrope

📋 copy color: '#B96DFC'

red 185 ◦ green 109 ◦ blue 252

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

Shades of Heliotrope #B96DFC

Tints of Heliotrope #B96DFC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.96%

 BLUE value IS 252 (98.83% from 255) = 46.15%

R = 33.88%
G = 19.96%
B = 46.15%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B96DFC (or 0xB96DFC) is known color: Heliotrope. HEX triplet: B9, 6D and FC. RGB value is (185,109,252). Sum of RGB (Red+Green+Blue) = 185+109+252=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 109 (42.97% from 255 or 19.96% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #B96DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96DFC is #469203. Grayscale: #939393. Windows color (decimal): -4624900 or 16543161. OLE color: 16543161.

HSL color Cylindrical-coordinate representation of color #B96DFC: hue angle of 271.89º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B96DFC is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 109 252 -
CMYK 0.27 0.57 0 0.01
HSL 271.89º 0.96% 0.71% -
HSV(B) 271.89º 0.57% 0.99% -
XYZ 43.05 28.28 95.29 -
YUV 148.03 186.68 154.37 -
System Red Green Blue C M Y K H S L
Decimal 185 109 252 0.27 0.57 0 0.01 271.89 0.96 0.71
Hex B9 6D FC 1B 39 0 1 110 60 47
Octal 271 155 374 33 71 0 1 420 140 107
Binary 10111001 1101101 11111100 11011 111001 0 1 100010000 1100000 1000111

Color Harmonies of #B96DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96DFC

Black with #B96DFC

Text Example


Text Example

White with #B96DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96DFC; }

 p { color: rgb(185,109,252); }

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

background-color css

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

 a { background-color: rgb(185,109,252); }

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

border-color css

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

 span { border-color: rgb(185,109,252); }

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