Html Css Color HEX #B378BC East Side

📋 copy color: '#B378BC'

red 179 ◦ green 120 ◦ blue 188

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

Shades of East Side #B378BC

Tints of East Side #B378BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.6%

R = 36.76%
G = 24.64%
B = 38.6%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B378BC (or 0xB378BC) is known color: East Side. HEX triplet: B3, 78 and BC. RGB value is (179,120,188). Sum of RGB (Red+Green+Blue) = 179+120+188=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #B378BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378BC is #4C8743. Grayscale: #919191. Windows color (decimal): -5015364 or 12351667. OLE color: 12351667.

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

Color convert

RGB 179 120 188 -
CMYK 0.05 0.36 0 0.26
HSL 292.06º 0.34% 0.6% -
HSV(B) 292.06º 0.36% 0.74% -
XYZ 34.38 26.65 50.91 -
YUV 145.39 152.05 151.97 -
System Red Green Blue C M Y K H S L
Decimal 179 120 188 0.05 0.36 0 0.26 292.06 0.34 0.6
Hex B3 78 BC 5 24 0 1A 124 22 3C
Octal 263 170 274 5 44 0 32 444 42 74
Binary 10110011 1111000 10111100 101 100100 0 11010 100100100 100010 111100

Color Harmonies of #B378BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B378BC

Black with #B378BC

Text Example


Text Example

White with #B378BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B378BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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