Html Css Color HEX #B378D5 East Side

📋 copy color: '#B378D5'

red 179 ◦ green 120 ◦ blue 213

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

Shades of East Side #B378D5

Tints of East Side #B378D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.6%

R = 34.96%
G = 23.44%
B = 41.6%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B378D5 (or 0xB378D5) is known color: East Side. HEX triplet: B3, 78 and D5. RGB value is (179,120,213). Sum of RGB (Red+Green+Blue) = 179+120+213=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #B378D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378D5 is #4C872A. Grayscale: #939393. Windows color (decimal): -5015339 or 13990067. OLE color: 13990067.

HSL color Cylindrical-coordinate representation of color #B378D5: hue angle of 278.06º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B378D5 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 120 213 -
CMYK 0.16 0.44 0 0.16
HSL 278.06º 0.53% 0.65% -
HSV(B) 278.06º 0.44% 0.84% -
XYZ 37.32 27.82 66.35 -
YUV 148.24 164.55 149.94 -
System Red Green Blue C M Y K H S L
Decimal 179 120 213 0.16 0.44 0 0.16 278.06 0.53 0.65
Hex B3 78 D5 10 2C 0 10 116 35 41
Octal 263 170 325 20 54 0 20 426 65 101
Binary 10110011 1111000 11010101 10000 101100 0 10000 100010110 110101 1000001

Color Harmonies of #B378D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B378D5

Black with #B378D5

Text Example


Text Example

White with #B378D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B378D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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