Html Css Color HEX #B982B8 London Hue

📋 copy color: '#B982B8'

red 185 ◦ green 130 ◦ blue 184

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

Shades of London Hue #B982B8

Tints of London Hue #B982B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.87%

R = 37.07%
G = 26.05%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#B982B8 (or 0xB982B8) is known color: London Hue. HEX triplet: B9, 82 and B8. RGB value is (185,130,184). Sum of RGB (Red+Green+Blue) = 185+130+184=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 185 - color contains mainly: red. Hex color #B982B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B982B8 is #467D47. Grayscale: #989898. Windows color (decimal): -4619592 or 12092089. OLE color: 12092089.

HSL color Cylindrical-coordinate representation of color #B982B8: hue angle of 301.09º 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 #B982B8 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 130 184 -
CMYK 0 0.30 0.01 0.27
HSL 301.09º 0.28% 0.62% -
HSV(B) 301.09º 0.3% 0.73% -
XYZ 36.64 29.74 49.16 -
YUV 152.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 185 130 184 0 0.30 0.01 0.27 301.09 0.28 0.62
Hex B9 82 B8 0 1E 1 1B 12D 1C 3E
Octal 271 202 270 0 36 1 33 455 34 76
Binary 10111001 10000010 10111000 0 11110 1 11011 100101101 11100 111110

Color Harmonies of #B982B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B982B8

Black with #B982B8

Text Example


Text Example

White with #B982B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B982B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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