Html Css Color HEX #B482CA East Side

📋 copy color: '#B482CA'

red 180 ◦ green 130 ◦ blue 202

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

Shades of East Side #B482CA

Tints of East Side #B482CA

RGB

 RED value IS 180 (70.7% from 255) = 35.16%

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

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

R = 35.16%
G = 25.39%
B = 39.45%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B482CA (or 0xB482CA) is known color: East Side. HEX triplet: B4, 82 and CA. RGB value is (180,130,202). Sum of RGB (Red+Green+Blue) = 180+130+202=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #B482CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B482CA is #4B7D35. Grayscale: #989898. Windows color (decimal): -4947254 or 13271732. OLE color: 13271732.

HSL color Cylindrical-coordinate representation of color #B482CA: hue angle of 281.67º 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 #B482CA is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 130 202 -
CMYK 0.11 0.36 0 0.21
HSL 281.67º 0.4% 0.65% -
HSV(B) 281.67º 0.36% 0.79% -
XYZ 37.47 29.93 59.68 -
YUV 153.16 155.57 147.15 -
System Red Green Blue C M Y K H S L
Decimal 180 130 202 0.11 0.36 0 0.21 281.67 0.4 0.65
Hex B4 82 CA B 24 0 15 11A 28 41
Octal 264 202 312 13 44 0 25 432 50 101
Binary 10110100 10000010 11001010 1011 100100 0 10101 100011010 101000 1000001

Color Harmonies of #B482CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B482CA

Black with #B482CA

Text Example


Text Example

White with #B482CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B482CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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