Html Css Color HEX #B977C7 East Side

📋 copy color: '#B977C7'

red 185 ◦ green 119 ◦ blue 199

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

Shades of East Side #B977C7

Tints of East Side #B977C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.56%

R = 36.78%
G = 23.66%
B = 39.56%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B977C7 (or 0xB977C7) is known color: East Side. HEX triplet: B9, 77 and C7. RGB value is (185,119,199). Sum of RGB (Red+Green+Blue) = 185+119+199=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 199 - color contains mainly: blue. Hex color #B977C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B977C7 is #468838. Grayscale: #939393. Windows color (decimal): -4622393 or 13072313. OLE color: 13072313.

HSL color Cylindrical-coordinate representation of color #B977C7: hue angle of 289.5º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B977C7 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 119 199 -
CMYK 0.07 0.40 0 0.22
HSL 289.5º 0.42% 0.62% -
HSV(B) 289.5º 0.4% 0.78% -
XYZ 36.91 27.63 57.42 -
YUV 147.85 156.87 154.5 -
System Red Green Blue C M Y K H S L
Decimal 185 119 199 0.07 0.40 0 0.22 289.5 0.42 0.62
Hex B9 77 C7 7 28 0 16 122 2A 3E
Octal 271 167 307 7 50 0 26 442 52 76
Binary 10111001 1110111 11000111 111 101000 0 10110 100100010 101010 111110

Color Harmonies of #B977C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B977C7

Black with #B977C7

Text Example


Text Example

White with #B977C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B977C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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