Html Css Color HEX #B96DFE Heliotrope

📋 copy color: '#B96DFE'

red 185 ◦ green 109 ◦ blue 254

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

Shades of Heliotrope #B96DFE

Tints of Heliotrope #B96DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.35%

R = 33.76%
G = 19.89%
B = 46.35%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B96DFE (or 0xB96DFE) is known color: Heliotrope. HEX triplet: B9, 6D and FE. RGB value is (185,109,254). Sum of RGB (Red+Green+Blue) = 185+109+254=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 109 (42.97% from 255 or 19.89% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #B96DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96DFE is #469201. Grayscale: #939393. Windows color (decimal): -4624898 or 16674233. OLE color: 16674233.

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

Color convert

RGB 185 109 254 -
CMYK 0.27 0.57 0 0.00
HSL 271.45º 0.99% 0.71% -
HSV(B) 271.45º 0.57% 1% -
XYZ 43.37 28.41 96.96 -
YUV 148.25 187.68 154.21 -
System Red Green Blue C M Y K H S L
Decimal 185 109 254 0.27 0.57 0 0.00 271.45 0.99 0.71
Hex B9 6D FE 1B 39 0 0 10F 63 47
Octal 271 155 376 33 71 0 0 417 143 107
Binary 10111001 1101101 11111110 11011 111001 0 0 100001111 1100011 1000111

Color Harmonies of #B96DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96DFE

Black with #B96DFE

Text Example


Text Example

White with #B96DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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