Html Css Color HEX #B981B9 London Hue

📋 copy color: '#B981B9'

red 185 ◦ green 129 ◦ blue 185

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

Shades of London Hue #B981B9

Tints of London Hue #B981B9

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.85%

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

R = 37.07%
G = 25.85%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B981B9 (or 0xB981B9) is known color: London Hue. HEX triplet: B9, 81 and B9. RGB value is (185,129,185). Sum of RGB (Red+Green+Blue) = 185+129+185=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B981B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B981B9 is #467E46. Grayscale: #979797. Windows color (decimal): -4619847 or 12157369. OLE color: 12157369.

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

Color convert

RGB 185 129 185 -
CMYK 0 0.30 0 0.27
HSL 300º 0.29% 0.62% -
HSV(B) 300º 0.3% 0.73% -
XYZ 36.61 29.52 49.67 -
YUV 152.13 146.55 151.45 -
System Red Green Blue C M Y K H S L
Decimal 185 129 185 0 0.30 0 0.27 300 0.29 0.62
Hex B9 81 B9 0 1E 0 1B 12C 1D 3E
Octal 271 201 271 0 36 0 33 454 35 76
Binary 10111001 10000001 10111001 0 11110 0 11011 100101100 11101 111110

Color Harmonies of #B981B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B981B9

Black with #B981B9

Text Example


Text Example

White with #B981B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B981B9; }

 p { color: rgb(185,129,185); }

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

background-color css

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

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

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

border-color css

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

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

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