Html Css Color HEX #B375CC East Side

📋 copy color: '#B375CC'

red 179 ◦ green 117 ◦ blue 204

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

Shades of East Side #B375CC

Tints of East Side #B375CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 35.8%
G = 23.4%
B = 40.8%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B375CC (or 0xB375CC) is known color: East Side. HEX triplet: B3, 75 and CC. RGB value is (179,117,204). Sum of RGB (Red+Green+Blue) = 179+117+204=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #B375CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B375CC is #4C8A33. Grayscale: #919191. Windows color (decimal): -5016116 or 13399475. OLE color: 13399475.

HSL color Cylindrical-coordinate representation of color #B375CC: hue angle of 282.76º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B375CC is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 117 204 -
CMYK 0.12 0.43 0 0.2
HSL 282.76º 0.46% 0.63% -
HSV(B) 282.76º 0.43% 0.8% -
XYZ 35.85 26.67 60.38 -
YUV 145.46 161.04 151.93 -
System Red Green Blue C M Y K H S L
Decimal 179 117 204 0.12 0.43 0 0.2 282.76 0.46 0.63
Hex B3 75 CC C 2B 0 14 11B 2E 3F
Octal 263 165 314 14 53 0 24 433 56 77
Binary 10110011 1110101 11001100 1100 101011 0 10100 100011011 101110 111111

Color Harmonies of #B375CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B375CC

Black with #B375CC

Text Example


Text Example

White with #B375CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B375CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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