Html Css Color HEX #B96DF8 Heliotrope

📋 copy color: '#B96DF8'

red 185 ◦ green 109 ◦ blue 248

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

Shades of Heliotrope #B96DF8

Tints of Heliotrope #B96DF8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.11%

 BLUE value IS 248 (97.27% from 255) = 45.76%

R = 34.13%
G = 20.11%
B = 45.76%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B96DF8 (or 0xB96DF8) is known color: Heliotrope. HEX triplet: B9, 6D and F8. RGB value is (185,109,248). Sum of RGB (Red+Green+Blue) = 185+109+248=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 248 (97.27% from 255 or 45.76% from 542); Max value from RGB is 248 - color contains mainly: blue. Hex color #B96DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96DF8 is #469207. Grayscale: #939393. Windows color (decimal): -4624904 or 16281017. OLE color: 16281017.

HSL color Cylindrical-coordinate representation of color #B96DF8: hue angle of 272.81º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B96DF8 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 185 109 248 -
CMYK 0.25 0.56 0 0.03
HSL 272.81º 0.91% 0.7% -
HSV(B) 272.81º 0.56% 0.97% -
XYZ 42.42 28.03 91.98 -
YUV 147.57 184.68 154.7 -
System Red Green Blue C M Y K H S L
Decimal 185 109 248 0.25 0.56 0 0.03 272.81 0.91 0.7
Hex B9 6D F8 19 38 0 3 111 5B 46
Octal 271 155 370 31 70 0 3 421 133 106
Binary 10111001 1101101 11111000 11001 111000 0 11 100010001 1011011 1000110

Color Harmonies of #B96DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96DF8

Black with #B96DF8

Text Example


Text Example

White with #B96DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96DF8; }

 p { color: rgb(185,109,248); }

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

background-color css

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

 a { background-color: rgb(185,109,248); }

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

border-color css

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

 span { border-color: rgb(185,109,248); }

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