Html Css Color HEX #B378BA East Side

📋 copy color: '#B378BA'

red 179 ◦ green 120 ◦ blue 186

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

Shades of East Side #B378BA

Tints of East Side #B378BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.35%

R = 36.91%
G = 24.74%
B = 38.35%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B378BA (or 0xB378BA) is known color: East Side. HEX triplet: B3, 78 and BA. RGB value is (179,120,186). Sum of RGB (Red+Green+Blue) = 179+120+186=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #B378BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378BA is #4C8745. Grayscale: #909090. Windows color (decimal): -5015366 or 12220595. OLE color: 12220595.

HSL color Cylindrical-coordinate representation of color #B378BA: hue angle of 293.64º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B378BA is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 120 186 -
CMYK 0.04 0.35 0 0.27
HSL 293.64º 0.32% 0.6% -
HSV(B) 293.64º 0.35% 0.73% -
XYZ 34.17 26.56 49.78 -
YUV 145.17 151.05 152.13 -
System Red Green Blue C M Y K H S L
Decimal 179 120 186 0.04 0.35 0 0.27 293.64 0.32 0.6
Hex B3 78 BA 4 23 0 1B 126 20 3C
Octal 263 170 272 4 43 0 33 446 40 74
Binary 10110011 1111000 10111010 100 100011 0 11011 100100110 100000 111100

Color Harmonies of #B378BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B378BA

Black with #B378BA

Text Example


Text Example

White with #B378BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B378BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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