Html Css Color HEX #B378CC East Side

📋 copy color: '#B378CC'

red 179 ◦ green 120 ◦ blue 204

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

Shades of East Side #B378CC

Tints of East Side #B378CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.56%

R = 35.59%
G = 23.86%
B = 40.56%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B378CC (or 0xB378CC) is known color: East Side. HEX triplet: B3, 78 and CC. RGB value is (179,120,204). Sum of RGB (Red+Green+Blue) = 179+120+204=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #B378CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378CC is #4C8733. Grayscale: #929292. Windows color (decimal): -5015348 or 13400243. OLE color: 13400243.

HSL color Cylindrical-coordinate representation of color #B378CC: hue angle of 282.14º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B378CC is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 120 204 -
CMYK 0.12 0.41 0 0.2
HSL 282.14º 0.45% 0.64% -
HSV(B) 282.14º 0.41% 0.8% -
XYZ 36.21 27.38 60.5 -
YUV 147.22 160.05 150.67 -
System Red Green Blue C M Y K H S L
Decimal 179 120 204 0.12 0.41 0 0.2 282.14 0.45 0.64
Hex B3 78 CC C 29 0 14 11A 2D 40
Octal 263 170 314 14 51 0 24 432 55 100
Binary 10110011 1111000 11001100 1100 101001 0 10100 100011010 101101 1000000

Color Harmonies of #B378CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B378CC

Black with #B378CC

Text Example


Text Example

White with #B378CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B378CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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