Html Css Color HEX #B378BD East Side

📋 copy color: '#B378BD'

red 179 ◦ green 120 ◦ blue 189

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

Shades of East Side #B378BD

Tints of East Side #B378BD

RGB

 RED value IS 179 (70.31% from 255) = 36.68%

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

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

R = 36.68%
G = 24.59%
B = 38.73%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B378BD (or 0xB378BD) is known color: East Side. HEX triplet: B3, 78 and BD. RGB value is (179,120,189). Sum of RGB (Red+Green+Blue) = 179+120+189=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #B378BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378BD is #4C8742. Grayscale: #919191. Windows color (decimal): -5015363 or 12417203. OLE color: 12417203.

HSL color Cylindrical-coordinate representation of color #B378BD: hue angle of 291.3º 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 #B378BD is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 120 189 -
CMYK 0.05 0.37 0 0.26
HSL 291.3º 0.34% 0.61% -
HSV(B) 291.3º 0.37% 0.74% -
XYZ 34.49 26.69 51.48 -
YUV 145.51 152.55 151.89 -
System Red Green Blue C M Y K H S L
Decimal 179 120 189 0.05 0.37 0 0.26 291.3 0.34 0.61
Hex B3 78 BD 5 25 0 1A 123 22 3D
Octal 263 170 275 5 45 0 32 443 42 75
Binary 10110011 1111000 10111101 101 100101 0 11010 100100011 100010 111101

Color Harmonies of #B378BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B378BD

Black with #B378BD

Text Example


Text Example

White with #B378BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B378BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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