Html Css Color HEX #B977EF Heliotrope

📋 copy color: '#B977EF'

red 185 ◦ green 119 ◦ blue 239

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

Shades of Heliotrope #B977EF

Tints of Heliotrope #B977EF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.92%

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

R = 34.07%
G = 21.92%
B = 44.01%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B977EF (or 0xB977EF) is known color: Heliotrope. HEX triplet: B9, 77 and EF. RGB value is (185,119,239). Sum of RGB (Red+Green+Blue) = 185+119+239=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #B977EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B977EF is #468810. Grayscale: #989898. Windows color (decimal): -4622353 or 15693753. OLE color: 15693753.

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

Color convert

RGB 185 119 239 -
CMYK 0.23 0.50 0 0.06
HSL 273º 0.79% 0.7% -
HSV(B) 273º 0.5% 0.94% -
XYZ 42.18 29.74 85.18 -
YUV 152.41 176.87 151.24 -
System Red Green Blue C M Y K H S L
Decimal 185 119 239 0.23 0.50 0 0.06 273 0.79 0.7
Hex B9 77 EF 17 32 0 6 111 4F 46
Octal 271 167 357 27 62 0 6 421 117 106
Binary 10111001 1110111 11101111 10111 110010 0 110 100010001 1001111 1000110

Color Harmonies of #B977EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B977EF

Black with #B977EF

Text Example


Text Example

White with #B977EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B977EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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