Html Css Color HEX #B96AFC Heliotrope

📋 copy color: '#B96AFC'

red 185 ◦ green 106 ◦ blue 252

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

Shades of Heliotrope #B96AFC

Tints of Heliotrope #B96AFC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.52%

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

R = 34.07%
G = 19.52%
B = 46.41%

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

#B96AFC (or 0xB96AFC) is known color: Heliotrope. HEX triplet: B9, 6A and FC. RGB value is (185,106,252). Sum of RGB (Red+Green+Blue) = 185+106+252=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 106 (41.80% from 255 or 19.52% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #B96AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96AFC is #469503. Grayscale: #919191. Windows color (decimal): -4625668 or 16542393. OLE color: 16542393.

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

Color convert

RGB 185 106 252 -
CMYK 0.27 0.58 0 0.01
HSL 272.47º 0.96% 0.7% -
HSV(B) 272.47º 0.58% 0.99% -
XYZ 42.73 27.65 95.18 -
YUV 146.27 187.67 155.63 -
System Red Green Blue C M Y K H S L
Decimal 185 106 252 0.27 0.58 0 0.01 272.47 0.96 0.7
Hex B9 6A FC 1B 3A 0 1 110 60 46
Octal 271 152 374 33 72 0 1 420 140 106
Binary 10111001 1101010 11111100 11011 111010 0 1 100010000 1100000 1000110

Color Harmonies of #B96AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96AFC

Black with #B96AFC

Text Example


Text Example

White with #B96AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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