Html Css Color HEX #B482BD East Side

📋 copy color: '#B482BD'

red 180 ◦ green 130 ◦ blue 189

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

Shades of East Side #B482BD

Tints of East Side #B482BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.88%

R = 36.07%
G = 26.05%
B = 37.88%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B482BD (or 0xB482BD) is known color: East Side. HEX triplet: B4, 82 and BD. RGB value is (180,130,189). Sum of RGB (Red+Green+Blue) = 180+130+189=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #B482BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B482BD is #4B7D42. Grayscale: #979797. Windows color (decimal): -4947267 or 12419764. OLE color: 12419764.

HSL color Cylindrical-coordinate representation of color #B482BD: hue angle of 290.85º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B482BD is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 130 189 -
CMYK 0.05 0.31 0 0.26
HSL 290.85º 0.31% 0.63% -
HSV(B) 290.85º 0.31% 0.74% -
XYZ 35.99 29.34 51.91 -
YUV 151.68 149.07 148.2 -
System Red Green Blue C M Y K H S L
Decimal 180 130 189 0.05 0.31 0 0.26 290.85 0.31 0.63
Hex B4 82 BD 5 1F 0 1A 123 1F 3F
Octal 264 202 275 5 37 0 32 443 37 77
Binary 10110100 10000010 10111101 101 11111 0 11010 100100011 11111 111111

Color Harmonies of #B482BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B482BD

Black with #B482BD

Text Example


Text Example

White with #B482BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B482BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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