Html Css Color HEX #B375B7 East Side

📋 copy color: '#B375B7'

red 179 ◦ green 117 ◦ blue 183

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

Shades of East Side #B375B7

Tints of East Side #B375B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.2%

R = 37.37%
G = 24.43%
B = 38.2%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B375B7 (or 0xB375B7) is known color: East Side. HEX triplet: B3, 75 and B7. RGB value is (179,117,183). Sum of RGB (Red+Green+Blue) = 179+117+183=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 183 (71.88% from 255 or 38.20% from 479); Max value from RGB is 183 - color contains mainly: blue. Hex color #B375B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B375B7 is #4C8A48. Grayscale: #8E8E8E. Windows color (decimal): -5016137 or 12023219. OLE color: 12023219.

HSL color Cylindrical-coordinate representation of color #B375B7: hue angle of 296.36º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B375B7 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 179 117 183 -
CMYK 0.02 0.36 0 0.28
HSL 296.36º 0.31% 0.59% -
HSV(B) 296.36º 0.36% 0.72% -
XYZ 33.5 25.73 48 -
YUV 143.06 150.54 153.63 -
System Red Green Blue C M Y K H S L
Decimal 179 117 183 0.02 0.36 0 0.28 296.36 0.31 0.59
Hex B3 75 B7 2 24 0 1C 128 1F 3B
Octal 263 165 267 2 44 0 34 450 37 73
Binary 10110011 1110101 10110111 10 100100 0 11100 100101000 11111 111011

Color Harmonies of #B375B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B375B7

Black with #B375B7

Text Example


Text Example

White with #B375B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B375B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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