Html Css Color HEX #B977FF Heliotrope

📋 copy color: '#B977FF'

red 185 ◦ green 119 ◦ blue 255

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

Shades of Heliotrope #B977FF

Tints of Heliotrope #B977FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.62%

R = 33.09%
G = 21.29%
B = 45.62%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B977FF (or 0xB977FF) is known color: Heliotrope. HEX triplet: B9, 77 and FF. RGB value is (185,119,255). Sum of RGB (Red+Green+Blue) = 185+119+255=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #B977FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B977FF is #468800. Grayscale: #999999. Windows color (decimal): -4622337 or 16742329. OLE color: 16742329.

HSL color Cylindrical-coordinate representation of color #B977FF: hue angle of 269.12º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B977FF is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 185 119 255 -
CMYK 0.27 0.53 0 0
HSL 269.12º 1% 0.73% -
HSV(B) 269.12º 0.53% 1% -
XYZ 44.65 30.73 98.19 -
YUV 154.24 184.87 149.94 -
System Red Green Blue C M Y K H S L
Decimal 185 119 255 0.27 0.53 0 0 269.12 1 0.73
Hex B9 77 FF 1B 35 0 0 10D 64 49
Octal 271 167 377 33 65 0 0 415 144 111
Binary 10111001 1110111 11111111 11011 110101 0 0 100001101 1100100 1001001

Color Harmonies of #B977FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B977FF

Black with #B977FF

Text Example


Text Example

White with #B977FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B977FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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