Html Css Color HEX #B482B7 London Hue

📋 copy color: '#B482B7'

red 180 ◦ green 130 ◦ blue 183

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

Shades of London Hue #B482B7

Tints of London Hue #B482B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.12%

R = 36.51%
G = 26.37%
B = 37.12%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B482B7 (or 0xB482B7) is known color: London Hue. HEX triplet: B4, 82 and B7. RGB value is (180,130,183). Sum of RGB (Red+Green+Blue) = 180+130+183=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 183 - color contains mainly: blue. Hex color #B482B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B482B7 is #4B7D48. Grayscale: #969696. Windows color (decimal): -4947273 or 12026548. OLE color: 12026548.

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

Color convert

RGB 180 130 183 -
CMYK 0.02 0.29 0 0.28
HSL 296.6º 0.27% 0.61% -
HSV(B) 296.6º 0.29% 0.72% -
XYZ 35.35 29.09 48.55 -
YUV 150.99 146.07 148.69 -
System Red Green Blue C M Y K H S L
Decimal 180 130 183 0.02 0.29 0 0.28 296.6 0.27 0.61
Hex B4 82 B7 2 1D 0 1C 129 1B 3D
Octal 264 202 267 2 35 0 34 451 33 75
Binary 10110100 10000010 10110111 10 11101 0 11100 100101001 11011 111101

Color Harmonies of #B482B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B482B7

Black with #B482B7

Text Example


Text Example

White with #B482B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B482B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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