Html Css Color HEX #B575C4 East Side

📋 copy color: '#B575C4'

red 181 ◦ green 117 ◦ blue 196

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

Shades of East Side #B575C4

Tints of East Side #B575C4

RGB

 RED value IS 181 (71.09% from 255) = 36.64%

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

 BLUE value IS 196 (76.95% from 255) = 39.68%

R = 36.64%
G = 23.68%
B = 39.68%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B575C4 (or 0xB575C4) is known color: East Side. HEX triplet: B5, 75 and C4. RGB value is (181,117,196). Sum of RGB (Red+Green+Blue) = 181+117+196=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 196 - color contains mainly: blue. Hex color #B575C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B575C4 is #4A8A3B. Grayscale: #909090. Windows color (decimal): -4885052 or 12875189. OLE color: 12875189.

HSL color Cylindrical-coordinate representation of color #B575C4: hue angle of 288.61º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B575C4 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 181 117 196 -
CMYK 0.08 0.40 0 0.23
HSL 288.61º 0.4% 0.61% -
HSV(B) 288.61º 0.4% 0.77% -
XYZ 35.38 26.53 55.48 -
YUV 145.14 156.7 153.58 -
System Red Green Blue C M Y K H S L
Decimal 181 117 196 0.08 0.40 0 0.23 288.61 0.4 0.61
Hex B5 75 C4 8 28 0 17 121 28 3D
Octal 265 165 304 10 50 0 27 441 50 75
Binary 10110101 1110101 11000100 1000 101000 0 10111 100100001 101000 111101

Color Harmonies of #B575C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B575C4

Black with #B575C4

Text Example


Text Example

White with #B575C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B575C4; }

 p { color: rgb(181,117,196); }

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

background-color css

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

 a { background-color: rgb(181,117,196); }

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

border-color css

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

 span { border-color: rgb(181,117,196); }

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