Html Css Color HEX #B375BC East Side

📋 copy color: '#B375BC'

red 179 ◦ green 117 ◦ blue 188

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

Shades of East Side #B375BC

Tints of East Side #B375BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.84%

R = 36.98%
G = 24.17%
B = 38.84%

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

#B375BC (or 0xB375BC) is known color: East Side. HEX triplet: B3, 75 and BC. RGB value is (179,117,188). Sum of RGB (Red+Green+Blue) = 179+117+188=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #B375BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B375BC is #4C8A43. Grayscale: #8F8F8F. Windows color (decimal): -5016132 or 12350899. OLE color: 12350899.

HSL color Cylindrical-coordinate representation of color #B375BC: hue angle of 292.39º 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 #B375BC is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 117 188 -
CMYK 0.05 0.38 0 0.26
HSL 292.39º 0.35% 0.6% -
HSV(B) 292.39º 0.38% 0.74% -
XYZ 34.03 25.94 50.79 -
YUV 143.63 153.04 153.23 -
System Red Green Blue C M Y K H S L
Decimal 179 117 188 0.05 0.38 0 0.26 292.39 0.35 0.6
Hex B3 75 BC 5 26 0 1A 124 23 3C
Octal 263 165 274 5 46 0 32 444 43 74
Binary 10110011 1110101 10111100 101 100110 0 11010 100100100 100011 111100

Color Harmonies of #B375BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B375BC

Black with #B375BC

Text Example


Text Example

White with #B375BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B375BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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