Html Css Color HEX #B378D3 East Side

📋 copy color: '#B378D3'

red 179 ◦ green 120 ◦ blue 211

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

Shades of East Side #B378D3

Tints of East Side #B378D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.37%

R = 35.1%
G = 23.53%
B = 41.37%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B378D3 (or 0xB378D3) is known color: East Side. HEX triplet: B3, 78 and D3. RGB value is (179,120,211). Sum of RGB (Red+Green+Blue) = 179+120+211=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 211 (82.81% from 255 or 41.37% from 510); Max value from RGB is 211 - color contains mainly: blue. Hex color #B378D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378D3 is #4C872C. Grayscale: #939393. Windows color (decimal): -5015341 or 13858995. OLE color: 13858995.

HSL color Cylindrical-coordinate representation of color #B378D3: hue angle of 278.9º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B378D3 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 179 120 211 -
CMYK 0.15 0.43 0 0.17
HSL 278.9º 0.51% 0.65% -
HSV(B) 278.9º 0.43% 0.83% -
XYZ 37.06 27.72 65.02 -
YUV 148.02 163.55 150.1 -
System Red Green Blue C M Y K H S L
Decimal 179 120 211 0.15 0.43 0 0.17 278.9 0.51 0.65
Hex B3 78 D3 F 2B 0 11 117 33 41
Octal 263 170 323 17 53 0 21 427 63 101
Binary 10110011 1111000 11010011 1111 101011 0 10001 100010111 110011 1000001

Color Harmonies of #B378D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B378D3

Black with #B378D3

Text Example


Text Example

White with #B378D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B378D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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