Html Css Color HEX #B482C6 East Side

📋 copy color: '#B482C6'

red 180 ◦ green 130 ◦ blue 198

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

Shades of East Side #B482C6

Tints of East Side #B482C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.98%

R = 35.43%
G = 25.59%
B = 38.98%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B482C6 (or 0xB482C6) is known color: East Side. HEX triplet: B4, 82 and C6. RGB value is (180,130,198). Sum of RGB (Red+Green+Blue) = 180+130+198=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 198 - color contains mainly: blue. Hex color #B482C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B482C6 is #4B7D39. Grayscale: #989898. Windows color (decimal): -4947258 or 13009588. OLE color: 13009588.

HSL color Cylindrical-coordinate representation of color #B482C6: hue angle of 284.12º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B482C6 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 130 198 -
CMYK 0.09 0.34 0 0.22
HSL 284.12º 0.37% 0.64% -
HSV(B) 284.12º 0.34% 0.78% -
XYZ 37 29.75 57.22 -
YUV 152.7 153.57 147.47 -
System Red Green Blue C M Y K H S L
Decimal 180 130 198 0.09 0.34 0 0.22 284.12 0.37 0.64
Hex B4 82 C6 9 22 0 16 11C 25 40
Octal 264 202 306 11 42 0 26 434 45 100
Binary 10110100 10000010 11000110 1001 100010 0 10110 100011100 100101 1000000

Color Harmonies of #B482C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B482C6

Black with #B482C6

Text Example


Text Example

White with #B482C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B482C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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