Html Css Color HEX #B582CA East Side

📋 copy color: '#B582CA'

red 181 ◦ green 130 ◦ blue 202

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

Shades of East Side #B582CA

Tints of East Side #B582CA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.34%

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

R = 35.28%
G = 25.34%
B = 39.38%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B582CA (or 0xB582CA) is known color: East Side. HEX triplet: B5, 82 and CA. RGB value is (181,130,202). Sum of RGB (Red+Green+Blue) = 181+130+202=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #B582CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B582CA is #4A7D35. Grayscale: #999999. Windows color (decimal): -4881718 or 13271733. OLE color: 13271733.

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

Color convert

RGB 181 130 202 -
CMYK 0.10 0.36 0 0.21
HSL 282.5º 0.4% 0.65% -
HSV(B) 282.5º 0.36% 0.79% -
XYZ 37.7 30.05 59.69 -
YUV 153.46 155.4 147.65 -
System Red Green Blue C M Y K H S L
Decimal 181 130 202 0.10 0.36 0 0.21 282.5 0.4 0.65
Hex B5 82 CA A 24 0 15 11A 28 41
Octal 265 202 312 12 44 0 25 432 50 101
Binary 10110101 10000010 11001010 1010 100100 0 10101 100011010 101000 1000001

Color Harmonies of #B582CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B582CA

Black with #B582CA

Text Example


Text Example

White with #B582CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B582CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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