Html Css Color HEX #B593CC East Side

📋 copy color: '#B593CC'

red 181 ◦ green 147 ◦ blue 204

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

Shades of East Side #B593CC

Tints of East Side #B593CC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.63%

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

R = 34.02%
G = 27.63%
B = 38.35%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B593CC (or 0xB593CC) is known color: East Side. HEX triplet: B5, 93 and CC. RGB value is (181,147,204). Sum of RGB (Red+Green+Blue) = 181+147+204=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #B593CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B593CC is #4A6C33. Grayscale: #A3A3A3. Windows color (decimal): -4877364 or 13407157. OLE color: 13407157.

HSL color Cylindrical-coordinate representation of color #B593CC: hue angle of 275.79º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B593CC is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 147 204 -
CMYK 0.11 0.28 0 0.2
HSL 275.79º 0.36% 0.69% -
HSV(B) 275.79º 0.28% 0.8% -
XYZ 40.39 35.05 61.76 -
YUV 163.66 150.76 140.37 -
System Red Green Blue C M Y K H S L
Decimal 181 147 204 0.11 0.28 0 0.2 275.79 0.36 0.69
Hex B5 93 CC B 1C 0 14 114 24 45
Octal 265 223 314 13 34 0 24 424 44 105
Binary 10110101 10010011 11001100 1011 11100 0 10100 100010100 100100 1000101

Color Harmonies of #B593CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B593CC

Black with #B593CC

Text Example


Text Example

White with #B593CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B593CC; }

 p { color: rgb(181,147,204); }

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

background-color css

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

 a { background-color: rgb(181,147,204); }

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

border-color css

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

 span { border-color: rgb(181,147,204); }

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