Html Css Color HEX #B378BE East Side

📋 copy color: '#B378BE'

red 179 ◦ green 120 ◦ blue 190

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

Shades of East Side #B378BE

Tints of East Side #B378BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.85%

R = 36.61%
G = 24.54%
B = 38.85%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B378BE (or 0xB378BE) is known color: East Side. HEX triplet: B3, 78 and BE. RGB value is (179,120,190). Sum of RGB (Red+Green+Blue) = 179+120+190=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 120 (47.27% from 255 or 24.54% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #B378BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378BE is #4C8741. Grayscale: #919191. Windows color (decimal): -5015362 or 12482739. OLE color: 12482739.

HSL color Cylindrical-coordinate representation of color #B378BE: hue angle of 290.57º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B378BE is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 120 190 -
CMYK 0.06 0.37 0 0.25
HSL 290.57º 0.35% 0.61% -
HSV(B) 290.57º 0.37% 0.75% -
XYZ 34.6 26.73 52.05 -
YUV 145.62 153.05 151.81 -
System Red Green Blue C M Y K H S L
Decimal 179 120 190 0.06 0.37 0 0.25 290.57 0.35 0.61
Hex B3 78 BE 6 25 0 19 123 23 3D
Octal 263 170 276 6 45 0 31 443 43 75
Binary 10110011 1111000 10111110 110 100101 0 11001 100100011 100011 111101

Color Harmonies of #B378BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B378BE

Black with #B378BE

Text Example


Text Example

White with #B378BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B378BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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