Html Css Color HEX #B482D0 East Side

📋 copy color: '#B482D0'

red 180 ◦ green 130 ◦ blue 208

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

Shades of East Side #B482D0

Tints of East Side #B482D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.15%

R = 34.75%
G = 25.1%
B = 40.15%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B482D0 (or 0xB482D0) is known color: East Side. HEX triplet: B4, 82 and D0. RGB value is (180,130,208). Sum of RGB (Red+Green+Blue) = 180+130+208=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #B482D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B482D0 is #4B7D2F. Grayscale: #999999. Windows color (decimal): -4947248 or 13664948. OLE color: 13664948.

HSL color Cylindrical-coordinate representation of color #B482D0: hue angle of 278.46º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B482D0 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 130 208 -
CMYK 0.13 0.38 0 0.18
HSL 278.46º 0.45% 0.66% -
HSV(B) 278.46º 0.38% 0.82% -
XYZ 38.19 30.22 63.5 -
YUV 153.84 158.57 146.66 -
System Red Green Blue C M Y K H S L
Decimal 180 130 208 0.13 0.38 0 0.18 278.46 0.45 0.66
Hex B4 82 D0 D 26 0 12 116 2D 42
Octal 264 202 320 15 46 0 22 426 55 102
Binary 10110100 10000010 11010000 1101 100110 0 10010 100010110 101101 1000010

Color Harmonies of #B482D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B482D0

Black with #B482D0

Text Example


Text Example

White with #B482D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B482D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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