Html Css Color HEX #B976CA East Side

📋 copy color: '#B976CA'

red 185 ◦ green 118 ◦ blue 202

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

Shades of East Side #B976CA

Tints of East Side #B976CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40%

R = 36.63%
G = 23.37%
B = 40%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B976CA (or 0xB976CA) is known color: East Side. HEX triplet: B9, 76 and CA. RGB value is (185,118,202). Sum of RGB (Red+Green+Blue) = 185+118+202=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #B976CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B976CA is #468935. Grayscale: #939393. Windows color (decimal): -4622646 or 13268665. OLE color: 13268665.

HSL color Cylindrical-coordinate representation of color #B976CA: hue angle of 287.86º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B976CA is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 118 202 -
CMYK 0.08 0.42 0 0.21
HSL 287.86º 0.44% 0.63% -
HSV(B) 287.86º 0.42% 0.79% -
XYZ 37.15 27.54 59.23 -
YUV 147.61 158.7 154.67 -
System Red Green Blue C M Y K H S L
Decimal 185 118 202 0.08 0.42 0 0.21 287.86 0.44 0.63
Hex B9 76 CA 8 2A 0 15 120 2C 3F
Octal 271 166 312 10 52 0 25 440 54 77
Binary 10111001 1110110 11001010 1000 101010 0 10101 100100000 101100 111111

Color Harmonies of #B976CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B976CA

Black with #B976CA

Text Example


Text Example

White with #B976CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B976CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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