Html Css Color HEX #B482BB East Side

📋 copy color: '#B482BB'

red 180 ◦ green 130 ◦ blue 187

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

Shades of East Side #B482BB

Tints of East Side #B482BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.63%

R = 36.22%
G = 26.16%
B = 37.63%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B482BB (or 0xB482BB) is known color: East Side. HEX triplet: B4, 82 and BB. RGB value is (180,130,187). Sum of RGB (Red+Green+Blue) = 180+130+187=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #B482BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B482BB is #4B7D44. Grayscale: #979797. Windows color (decimal): -4947269 or 12288692. OLE color: 12288692.

HSL color Cylindrical-coordinate representation of color #B482BB: hue angle of 292.63º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B482BB is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 130 187 -
CMYK 0.04 0.30 0 0.27
HSL 292.63º 0.3% 0.62% -
HSV(B) 292.63º 0.3% 0.73% -
XYZ 35.77 29.26 50.78 -
YUV 151.45 148.07 148.37 -
System Red Green Blue C M Y K H S L
Decimal 180 130 187 0.04 0.30 0 0.27 292.63 0.3 0.62
Hex B4 82 BB 4 1E 0 1B 125 1E 3E
Octal 264 202 273 4 36 0 33 445 36 76
Binary 10110100 10000010 10111011 100 11110 0 11011 100100101 11110 111110

Color Harmonies of #B482BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B482BB

Black with #B482BB

Text Example


Text Example

White with #B482BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B482BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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