Html Css Color HEX #B96FFB Heliotrope

📋 copy color: '#B96FFB'

red 185 ◦ green 111 ◦ blue 251

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

Shades of Heliotrope #B96FFB

Tints of Heliotrope #B96FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.89%

R = 33.82%
G = 20.29%
B = 45.89%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B96FFB (or 0xB96FFB) is known color: Heliotrope. HEX triplet: B9, 6F and FB. RGB value is (185,111,251). Sum of RGB (Red+Green+Blue) = 185+111+251=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #B96FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96FFB is #469004. Grayscale: #949494. Windows color (decimal): -4624389 or 16478137. OLE color: 16478137.

HSL color Cylindrical-coordinate representation of color #B96FFB: hue angle of 271.71º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B96FFB is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 111 251 -
CMYK 0.26 0.56 0 0.02
HSL 271.71º 0.95% 0.71% -
HSV(B) 271.71º 0.56% 0.98% -
XYZ 43.1 28.65 94.52 -
YUV 149.09 185.52 153.62 -
System Red Green Blue C M Y K H S L
Decimal 185 111 251 0.26 0.56 0 0.02 271.71 0.95 0.71
Hex B9 6F FB 1A 38 0 2 110 5F 47
Octal 271 157 373 32 70 0 2 420 137 107
Binary 10111001 1101111 11111011 11010 111000 0 10 100010000 1011111 1000111

Color Harmonies of #B96FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FFB

Black with #B96FFB

Text Example


Text Example

White with #B96FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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