Html Css Color HEX #B976EF Heliotrope

📋 copy color: '#B976EF'

red 185 ◦ green 118 ◦ blue 239

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

Shades of Heliotrope #B976EF

Tints of Heliotrope #B976EF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.77%

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 34.13%
G = 21.77%
B = 44.1%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B976EF (or 0xB976EF) is known color: Heliotrope. HEX triplet: B9, 76 and EF. RGB value is (185,118,239). Sum of RGB (Red+Green+Blue) = 185+118+239=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #B976EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B976EF is #468910. Grayscale: #979797. Windows color (decimal): -4622609 or 15693497. OLE color: 15693497.

HSL color Cylindrical-coordinate representation of color #B976EF: hue angle of 273.22º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B976EF is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 118 239 -
CMYK 0.23 0.51 0 0.06
HSL 273.22º 0.79% 0.7% -
HSV(B) 273.22º 0.51% 0.94% -
XYZ 42.07 29.5 85.14 -
YUV 151.83 177.2 151.66 -
System Red Green Blue C M Y K H S L
Decimal 185 118 239 0.23 0.51 0 0.06 273.22 0.79 0.7
Hex B9 76 EF 17 33 0 6 111 4F 46
Octal 271 166 357 27 63 0 6 421 117 106
Binary 10111001 1110110 11101111 10111 110011 0 110 100010001 1001111 1000110

Color Harmonies of #B976EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B976EF

Black with #B976EF

Text Example


Text Example

White with #B976EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B976EF; }

 p { color: rgb(185,118,239); }

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

background-color css

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

 a { background-color: rgb(185,118,239); }

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

border-color css

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

 span { border-color: rgb(185,118,239); }

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