Html Css Color HEX #B976EE Heliotrope

📋 copy color: '#B976EE'

red 185 ◦ green 118 ◦ blue 238

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

Shades of Heliotrope #B976EE

Tints of Heliotrope #B976EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.99%

R = 34.2%
G = 21.81%
B = 43.99%

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

#B976EE (or 0xB976EE) is known color: Heliotrope. HEX triplet: B9, 76 and EE. RGB value is (185,118,238). Sum of RGB (Red+Green+Blue) = 185+118+238=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #B976EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B976EE is #468911. Grayscale: #979797. Windows color (decimal): -4622610 or 15627961. OLE color: 15627961.

HSL color Cylindrical-coordinate representation of color #B976EE: hue angle of 273.5º degrees, saturation: 0.78, 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 #B976EE is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 118 238 -
CMYK 0.22 0.50 0 0.07
HSL 273.5º 0.78% 0.7% -
HSV(B) 273.5º 0.5% 0.93% -
XYZ 41.92 29.44 84.36 -
YUV 151.71 176.7 151.74 -
System Red Green Blue C M Y K H S L
Decimal 185 118 238 0.22 0.50 0 0.07 273.5 0.78 0.7
Hex B9 76 EE 16 32 0 7 112 4E 46
Octal 271 166 356 26 62 0 7 422 116 106
Binary 10111001 1110110 11101110 10110 110010 0 111 100010010 1001110 1000110

Color Harmonies of #B976EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B976EE

Black with #B976EE

Text Example


Text Example

White with #B976EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B976EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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