Html Css Color HEX #B978BD East Side

📋 copy color: '#B978BD'

red 185 ◦ green 120 ◦ blue 189

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

Shades of East Side #B978BD

Tints of East Side #B978BD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.29%

 BLUE value IS 189 (74.22% from 255) = 38.26%

R = 37.45%
G = 24.29%
B = 38.26%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B978BD (or 0xB978BD) is known color: East Side. HEX triplet: B9, 78 and BD. RGB value is (185,120,189). Sum of RGB (Red+Green+Blue) = 185+120+189=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 120 (47.27% from 255 or 24.29% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 189 - color contains mainly: blue. Hex color #B978BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B978BD is #468742. Grayscale: #939393. Windows color (decimal): -4622147 or 12417209. OLE color: 12417209.

HSL color Cylindrical-coordinate representation of color #B978BD: hue angle of 296.52º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B978BD is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 120 189 -
CMYK 0.02 0.37 0 0.26
HSL 296.52º 0.34% 0.61% -
HSV(B) 296.52º 0.37% 0.74% -
XYZ 35.91 27.42 51.54 -
YUV 147.3 151.53 154.89 -
System Red Green Blue C M Y K H S L
Decimal 185 120 189 0.02 0.37 0 0.26 296.52 0.34 0.61
Hex B9 78 BD 2 25 0 1A 129 22 3D
Octal 271 170 275 2 45 0 32 451 42 75
Binary 10111001 1111000 10111101 10 100101 0 11010 100101001 100010 111101

Color Harmonies of #B978BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B978BD

Black with #B978BD

Text Example


Text Example

White with #B978BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B978BD; }

 p { color: rgb(185,120,189); }

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

background-color css

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

 a { background-color: rgb(185,120,189); }

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

border-color css

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

 span { border-color: rgb(185,120,189); }

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