Html Css Color HEX #B96BFC Heliotrope

📋 copy color: '#B96BFC'

red 185 ◦ green 107 ◦ blue 252

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

Shades of Heliotrope #B96BFC

Tints of Heliotrope #B96BFC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.67%

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

R = 34.01%
G = 19.67%
B = 46.32%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B96BFC (or 0xB96BFC) is known color: Heliotrope. HEX triplet: B9, 6B and FC. RGB value is (185,107,252). Sum of RGB (Red+Green+Blue) = 185+107+252=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 107 (42.19% from 255 or 19.67% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #B96BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96BFC is #469403. Grayscale: #929292. Windows color (decimal): -4625412 or 16542649. OLE color: 16542649.

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

Color convert

RGB 185 107 252 -
CMYK 0.27 0.58 0 0.01
HSL 272.28º 0.96% 0.7% -
HSV(B) 272.28º 0.58% 0.99% -
XYZ 42.84 27.86 95.21 -
YUV 146.85 187.34 155.21 -
System Red Green Blue C M Y K H S L
Decimal 185 107 252 0.27 0.58 0 0.01 272.28 0.96 0.7
Hex B9 6B FC 1B 3A 0 1 110 60 46
Octal 271 153 374 33 72 0 1 420 140 106
Binary 10111001 1101011 11111100 11011 111010 0 1 100010000 1100000 1000110

Color Harmonies of #B96BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96BFC

Black with #B96BFC

Text Example


Text Example

White with #B96BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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