Html Css Color HEX #B96FFC Heliotrope

📋 copy color: '#B96FFC'

red 185 ◦ green 111 ◦ blue 252

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

Shades of Heliotrope #B96FFC

Tints of Heliotrope #B96FFC

RGB

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

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

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

R = 33.76%
G = 20.26%
B = 45.99%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B96FFC (or 0xB96FFC) is known color: Heliotrope. HEX triplet: B9, 6F and FC. RGB value is (185,111,252). Sum of RGB (Red+Green+Blue) = 185+111+252=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 111 (43.75% from 255 or 20.26% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #B96FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96FFC is #469003. Grayscale: #949494. Windows color (decimal): -4624388 or 16543673. OLE color: 16543673.

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

Color convert

RGB 185 111 252 -
CMYK 0.27 0.56 0 0.01
HSL 271.49º 0.96% 0.71% -
HSV(B) 271.49º 0.56% 0.99% -
XYZ 43.26 28.71 95.36 -
YUV 149.2 186.02 153.54 -
System Red Green Blue C M Y K H S L
Decimal 185 111 252 0.27 0.56 0 0.01 271.49 0.96 0.71
Hex B9 6F FC 1B 38 0 1 10F 60 47
Octal 271 157 374 33 70 0 1 417 140 107
Binary 10111001 1101111 11111100 11011 111000 0 1 100001111 1100000 1000111

Color Harmonies of #B96FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FFC

Black with #B96FFC

Text Example


Text Example

White with #B96FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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