Html Css Color HEX #B482B4 London Hue

📋 copy color: '#B482B4'

red 180 ◦ green 130 ◦ blue 180

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

Shades of London Hue #B482B4

Tints of London Hue #B482B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.73%

R = 36.73%
G = 26.53%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B482B4 (or 0xB482B4) is known color: London Hue. HEX triplet: B4, 82 and B4. RGB value is (180,130,180). Sum of RGB (Red+Green+Blue) = 180+130+180=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B482B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B482B4 is #4B7D4B. Grayscale: #969696. Windows color (decimal): -4947276 or 11829940. OLE color: 11829940.

HSL color Cylindrical-coordinate representation of color #B482B4: hue angle of 300º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B482B4 is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 130 180 -
CMYK 0 0.28 0 0.29
HSL 300º 0.25% 0.61% -
HSV(B) 300º 0.28% 0.71% -
XYZ 35.04 28.96 46.92 -
YUV 150.65 144.57 148.93 -
System Red Green Blue C M Y K H S L
Decimal 180 130 180 0 0.28 0 0.29 300 0.25 0.61
Hex B4 82 B4 0 1C 0 1D 12C 19 3D
Octal 264 202 264 0 34 0 35 454 31 75
Binary 10110100 10000010 10110100 0 11100 0 11101 100101100 11001 111101

Color Harmonies of #B482B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B482B4

Black with #B482B4

Text Example


Text Example

White with #B482B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B482B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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