Html Css Color HEX #B482CC East Side

📋 copy color: '#B482CC'

red 180 ◦ green 130 ◦ blue 204

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

Shades of East Side #B482CC

Tints of East Side #B482CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.69%

R = 35.02%
G = 25.29%
B = 39.69%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B482CC (or 0xB482CC) is known color: East Side. HEX triplet: B4, 82 and CC. RGB value is (180,130,204). Sum of RGB (Red+Green+Blue) = 180+130+204=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #B482CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B482CC is #4B7D33. Grayscale: #999999. Windows color (decimal): -4947252 or 13402804. OLE color: 13402804.

HSL color Cylindrical-coordinate representation of color #B482CC: hue angle of 280.54º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B482CC is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 130 204 -
CMYK 0.12 0.36 0 0.2
HSL 280.54º 0.42% 0.65% -
HSV(B) 280.54º 0.36% 0.8% -
XYZ 37.7 30.03 60.94 -
YUV 153.39 156.57 146.98 -
System Red Green Blue C M Y K H S L
Decimal 180 130 204 0.12 0.36 0 0.2 280.54 0.42 0.65
Hex B4 82 CC C 24 0 14 119 2A 41
Octal 264 202 314 14 44 0 24 431 52 101
Binary 10110100 10000010 11001100 1100 100100 0 10100 100011001 101010 1000001

Color Harmonies of #B482CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B482CC

Black with #B482CC

Text Example


Text Example

White with #B482CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B482CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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