Html Css Color HEX #B375BD East Side

📋 copy color: '#B375BD'

red 179 ◦ green 117 ◦ blue 189

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

Shades of East Side #B375BD

Tints of East Side #B375BD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.12%

 BLUE value IS 189 (74.22% from 255) = 38.97%

R = 36.91%
G = 24.12%
B = 38.97%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B375BD (or 0xB375BD) is known color: East Side. HEX triplet: B3, 75 and BD. RGB value is (179,117,189). Sum of RGB (Red+Green+Blue) = 179+117+189=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #B375BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B375BD is #4C8A42. Grayscale: #8F8F8F. Windows color (decimal): -5016131 or 12416435. OLE color: 12416435.

HSL color Cylindrical-coordinate representation of color #B375BD: hue angle of 291.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B375BD is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 117 189 -
CMYK 0.05 0.38 0 0.26
HSL 291.67º 0.35% 0.6% -
HSV(B) 291.67º 0.38% 0.74% -
XYZ 34.14 25.98 51.36 -
YUV 143.75 153.54 153.15 -
System Red Green Blue C M Y K H S L
Decimal 179 117 189 0.05 0.38 0 0.26 291.67 0.35 0.6
Hex B3 75 BD 5 26 0 1A 124 23 3C
Octal 263 165 275 5 46 0 32 444 43 74
Binary 10110011 1110101 10111101 101 100110 0 11010 100100100 100011 111100

Color Harmonies of #B375BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B375BD

Black with #B375BD

Text Example


Text Example

White with #B375BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B375BD; }

 p { color: rgb(179,117,189); }

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

background-color css

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

 a { background-color: rgb(179,117,189); }

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

border-color css

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

 span { border-color: rgb(179,117,189); }

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