Html Css Color HEX #B96CFE Heliotrope

📋 copy color: '#B96CFE'

red 185 ◦ green 108 ◦ blue 254

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

Shades of Heliotrope #B96CFE

Tints of Heliotrope #B96CFE

RGB

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

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

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

R = 33.82%
G = 19.74%
B = 46.44%

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

#B96CFE (or 0xB96CFE) is known color: Heliotrope. HEX triplet: B9, 6C and FE. RGB value is (185,108,254). Sum of RGB (Red+Green+Blue) = 185+108+254=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 108 (42.58% from 255 or 19.74% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #B96CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96CFE is #469301. Grayscale: #939393. Windows color (decimal): -4625154 or 16673977. OLE color: 16673977.

HSL color Cylindrical-coordinate representation of color #B96CFE: hue angle of 271.64º 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 #B96CFE is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 108 254 -
CMYK 0.27 0.57 0 0.00
HSL 271.64º 0.99% 0.71% -
HSV(B) 271.64º 0.57% 1% -
XYZ 43.26 28.2 96.93 -
YUV 147.67 188.01 154.63 -
System Red Green Blue C M Y K H S L
Decimal 185 108 254 0.27 0.57 0 0.00 271.64 0.99 0.71
Hex B9 6C FE 1B 39 0 0 110 63 47
Octal 271 154 376 33 71 0 0 420 143 107
Binary 10111001 1101100 11111110 11011 111001 0 0 100010000 1100011 1000111

Color Harmonies of #B96CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96CFE

Black with #B96CFE

Text Example


Text Example

White with #B96CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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