Html Css Color HEX #B595C0 East Side

📋 copy color: '#B595C0'

red 181 ◦ green 149 ◦ blue 192

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

Shades of East Side #B595C0

Tints of East Side #B595C0

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.54%

 BLUE value IS 192 (75.39% from 255) = 36.78%

R = 34.67%
G = 28.54%
B = 36.78%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B595C0 (or 0xB595C0) is known color: East Side. HEX triplet: B5, 95 and C0. RGB value is (181,149,192). Sum of RGB (Red+Green+Blue) = 181+149+192=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 192 - color contains mainly: blue. Hex color #B595C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B595C0 is #4A6A3F. Grayscale: #A3A3A3. Windows color (decimal): -4876864 or 12621237. OLE color: 12621237.

HSL color Cylindrical-coordinate representation of color #B595C0: hue angle of 284.65º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B595C0 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 149 192 -
CMYK 0.06 0.22 0 0.25
HSL 284.65º 0.25% 0.67% -
HSV(B) 284.65º 0.22% 0.75% -
XYZ 39.32 35.12 54.58 -
YUV 163.47 144.1 140.5 -
System Red Green Blue C M Y K H S L
Decimal 181 149 192 0.06 0.22 0 0.25 284.65 0.25 0.67
Hex B5 95 C0 6 16 0 19 11D 19 43
Octal 265 225 300 6 26 0 31 435 31 103
Binary 10110101 10010101 11000000 110 10110 0 11001 100011101 11001 1000011

Color Harmonies of #B595C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B595C0

Black with #B595C0

Text Example


Text Example

White with #B595C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B595C0; }

 p { color: rgb(181,149,192); }

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

background-color css

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

 a { background-color: rgb(181,149,192); }

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

border-color css

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

 span { border-color: rgb(181,149,192); }

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