Html Css Color HEX #B375BA East Side

📋 copy color: '#B375BA'

red 179 ◦ green 117 ◦ blue 186

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

Shades of East Side #B375BA

Tints of East Side #B375BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.59%

R = 37.14%
G = 24.27%
B = 38.59%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B375BA (or 0xB375BA) is known color: East Side. HEX triplet: B3, 75 and BA. RGB value is (179,117,186). Sum of RGB (Red+Green+Blue) = 179+117+186=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #B375BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B375BA is #4C8A45. Grayscale: #8F8F8F. Windows color (decimal): -5016134 or 12219827. OLE color: 12219827.

HSL color Cylindrical-coordinate representation of color #B375BA: hue angle of 293.91º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B375BA is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 117 186 -
CMYK 0.04 0.37 0 0.27
HSL 293.91º 0.33% 0.59% -
HSV(B) 293.91º 0.37% 0.73% -
XYZ 33.81 25.85 49.66 -
YUV 143.4 152.04 153.39 -
System Red Green Blue C M Y K H S L
Decimal 179 117 186 0.04 0.37 0 0.27 293.91 0.33 0.59
Hex B3 75 BA 4 25 0 1B 126 21 3B
Octal 263 165 272 4 45 0 33 446 41 73
Binary 10110011 1110101 10111010 100 100101 0 11011 100100110 100001 111011

Color Harmonies of #B375BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B375BA

Black with #B375BA

Text Example


Text Example

White with #B375BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B375BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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