Html Css Color HEX #B982B5 London Hue

📋 copy color: '#B982B5'

red 185 ◦ green 130 ◦ blue 181

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

Shades of London Hue #B982B5

Tints of London Hue #B982B5

RGB

 RED value IS 185 (72.66% from 255) = 37.3%

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

 BLUE value IS 181 (71.09% from 255) = 36.49%

R = 37.3%
G = 26.21%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#B982B5 (or 0xB982B5) is known color: London Hue. HEX triplet: B9, 82 and B5. RGB value is (185,130,181). Sum of RGB (Red+Green+Blue) = 185+130+181=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 185 - color contains mainly: red. Hex color #B982B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B982B5 is #467D4A. Grayscale: #989898. Windows color (decimal): -4619595 or 11895481. OLE color: 11895481.

HSL color Cylindrical-coordinate representation of color #B982B5: hue angle of 304.36º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B982B5 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 130 181 -
CMYK 0 0.30 0.02 0.27
HSL 304.36º 0.28% 0.62% -
HSV(B) 304.36º 0.3% 0.73% -
XYZ 36.33 29.62 47.52 -
YUV 152.26 144.22 151.35 -
System Red Green Blue C M Y K H S L
Decimal 185 130 181 0 0.30 0.02 0.27 304.36 0.28 0.62
Hex B9 82 B5 0 1E 2 1B 130 1C 3E
Octal 271 202 265 0 36 2 33 460 34 76
Binary 10111001 10000010 10110101 0 11110 10 11011 100110000 11100 111110

Color Harmonies of #B982B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B982B5

Black with #B982B5

Text Example


Text Example

White with #B982B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B982B5; }

 p { color: rgb(185,130,181); }

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

background-color css

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

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

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

border-color css

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

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

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