Html Css Color HEX #B482C1 East Side

📋 copy color: '#B482C1'

red 180 ◦ green 130 ◦ blue 193

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

Shades of East Side #B482C1

Tints of East Side #B482C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.37%

R = 35.79%
G = 25.84%
B = 38.37%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B482C1 (or 0xB482C1) is known color: East Side. HEX triplet: B4, 82 and C1. RGB value is (180,130,193). Sum of RGB (Red+Green+Blue) = 180+130+193=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 193 - color contains mainly: blue. Hex color #B482C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B482C1 is #4B7D3E. Grayscale: #979797. Windows color (decimal): -4947263 or 12681908. OLE color: 12681908.

HSL color Cylindrical-coordinate representation of color #B482C1: hue angle of 287.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B482C1 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 130 193 -
CMYK 0.07 0.33 0 0.24
HSL 287.62º 0.34% 0.63% -
HSV(B) 287.62º 0.33% 0.76% -
XYZ 36.43 29.52 54.23 -
YUV 152.13 151.07 147.88 -
System Red Green Blue C M Y K H S L
Decimal 180 130 193 0.07 0.33 0 0.24 287.62 0.34 0.63
Hex B4 82 C1 7 21 0 18 120 22 3F
Octal 264 202 301 7 41 0 30 440 42 77
Binary 10110100 10000010 11000001 111 100001 0 11000 100100000 100010 111111

Color Harmonies of #B482C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B482C1

Black with #B482C1

Text Example


Text Example

White with #B482C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B482C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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