Html Css Color HEX #B378CE East Side

📋 copy color: '#B378CE'

red 179 ◦ green 120 ◦ blue 206

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

Shades of East Side #B378CE

Tints of East Side #B378CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.79%

R = 35.45%
G = 23.76%
B = 40.79%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B378CE (or 0xB378CE) is known color: East Side. HEX triplet: B3, 78 and CE. RGB value is (179,120,206). Sum of RGB (Red+Green+Blue) = 179+120+206=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #B378CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378CE is #4C8731. Grayscale: #939393. Windows color (decimal): -5015346 or 13531315. OLE color: 13531315.

HSL color Cylindrical-coordinate representation of color #B378CE: hue angle of 281.16º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B378CE is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 120 206 -
CMYK 0.13 0.42 0 0.19
HSL 281.16º 0.47% 0.64% -
HSV(B) 281.16º 0.42% 0.81% -
XYZ 36.45 27.47 61.77 -
YUV 147.45 161.05 150.51 -
System Red Green Blue C M Y K H S L
Decimal 179 120 206 0.13 0.42 0 0.19 281.16 0.47 0.64
Hex B3 78 CE D 2A 0 13 119 2F 40
Octal 263 170 316 15 52 0 23 431 57 100
Binary 10110011 1111000 11001110 1101 101010 0 10011 100011001 101111 1000000

Color Harmonies of #B378CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B378CE

Black with #B378CE

Text Example


Text Example

White with #B378CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B378CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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