Html Css Color HEX #B595CA East Side

📋 copy color: '#B595CA'

red 181 ◦ green 149 ◦ blue 202

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

Shades of East Side #B595CA

Tints of East Side #B595CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.97%

R = 34.02%
G = 28.01%
B = 37.97%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B595CA (or 0xB595CA) is known color: East Side. HEX triplet: B5, 95 and CA. RGB value is (181,149,202). Sum of RGB (Red+Green+Blue) = 181+149+202=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #B595CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B595CA is #4A6A35. Grayscale: #A4A4A4. Windows color (decimal): -4876854 or 13276597. OLE color: 13276597.

HSL color Cylindrical-coordinate representation of color #B595CA: hue angle of 276.23º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B595CA is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 149 202 -
CMYK 0.10 0.26 0 0.21
HSL 276.23º 0.33% 0.69% -
HSV(B) 276.23º 0.26% 0.79% -
XYZ 40.46 35.58 60.61 -
YUV 164.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 181 149 202 0.10 0.26 0 0.21 276.23 0.33 0.69
Hex B5 95 CA A 1A 0 15 114 21 45
Octal 265 225 312 12 32 0 25 424 41 105
Binary 10110101 10010101 11001010 1010 11010 0 10101 100010100 100001 1000101

Color Harmonies of #B595CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B595CA

Black with #B595CA

Text Example


Text Example

White with #B595CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B595CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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