Html Css Color HEX #B375BB East Side

📋 copy color: '#B375BB'

red 179 ◦ green 117 ◦ blue 187

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

Shades of East Side #B375BB

Tints of East Side #B375BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.72%

R = 37.06%
G = 24.22%
B = 38.72%

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

#B375BB (or 0xB375BB) is known color: East Side. HEX triplet: B3, 75 and BB. RGB value is (179,117,187). Sum of RGB (Red+Green+Blue) = 179+117+187=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #B375BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B375BB is #4C8A44. Grayscale: #8F8F8F. Windows color (decimal): -5016133 or 12285363. OLE color: 12285363.

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

Color convert

RGB 179 117 187 -
CMYK 0.04 0.37 0 0.27
HSL 293.14º 0.34% 0.6% -
HSV(B) 293.14º 0.37% 0.73% -
XYZ 33.92 25.89 50.22 -
YUV 143.52 152.54 153.31 -
System Red Green Blue C M Y K H S L
Decimal 179 117 187 0.04 0.37 0 0.27 293.14 0.34 0.6
Hex B3 75 BB 4 25 0 1B 125 22 3C
Octal 263 165 273 4 45 0 33 445 42 74
Binary 10110011 1110101 10111011 100 100101 0 11011 100100101 100010 111100

Color Harmonies of #B375BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B375BB

Black with #B375BB

Text Example


Text Example

White with #B375BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B375BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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