Html Css Color HEX #B976ED Heliotrope

📋 copy color: '#B976ED'

red 185 ◦ green 118 ◦ blue 237

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

Shades of Heliotrope #B976ED

Tints of Heliotrope #B976ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.89%

R = 34.26%
G = 21.85%
B = 43.89%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B976ED (or 0xB976ED) is known color: Heliotrope. HEX triplet: B9, 76 and ED. RGB value is (185,118,237). Sum of RGB (Red+Green+Blue) = 185+118+237=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 118 (46.48% from 255 or 21.85% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #B976ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B976ED is #468912. Grayscale: #979797. Windows color (decimal): -4622611 or 15562425. OLE color: 15562425.

HSL color Cylindrical-coordinate representation of color #B976ED: hue angle of 273.78º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B976ED is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 118 237 -
CMYK 0.22 0.50 0 0.07
HSL 273.78º 0.77% 0.7% -
HSV(B) 273.78º 0.5% 0.93% -
XYZ 41.77 29.39 83.59 -
YUV 151.6 176.2 151.82 -
System Red Green Blue C M Y K H S L
Decimal 185 118 237 0.22 0.50 0 0.07 273.78 0.77 0.7
Hex B9 76 ED 16 32 0 7 112 4D 46
Octal 271 166 355 26 62 0 7 422 115 106
Binary 10111001 1110110 11101101 10110 110010 0 111 100010010 1001101 1000110

Color Harmonies of #B976ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B976ED

Black with #B976ED

Text Example


Text Example

White with #B976ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B976ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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