Html Css Color HEX #B981BB London Hue

📋 copy color: '#B981BB'

red 185 ◦ green 129 ◦ blue 187

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

Shades of London Hue #B981BB

Tints of London Hue #B981BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.33%

R = 36.93%
G = 25.75%
B = 37.33%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B981BB (or 0xB981BB) is known color: London Hue. HEX triplet: B9, 81 and BB. RGB value is (185,129,187). Sum of RGB (Red+Green+Blue) = 185+129+187=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 187 - color contains mainly: blue. Hex color #B981BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B981BB is #467E44. Grayscale: #989898. Windows color (decimal): -4619845 or 12288441. OLE color: 12288441.

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

Color convert

RGB 185 129 187 -
CMYK 0.01 0.31 0 0.27
HSL 297.93º 0.3% 0.62% -
HSV(B) 297.93º 0.31% 0.73% -
XYZ 36.83 29.6 50.79 -
YUV 152.36 147.55 151.28 -
System Red Green Blue C M Y K H S L
Decimal 185 129 187 0.01 0.31 0 0.27 297.93 0.3 0.62
Hex B9 81 BB 1 1F 0 1B 12A 1E 3E
Octal 271 201 273 1 37 0 33 452 36 76
Binary 10111001 10000001 10111011 1 11111 0 11011 100101010 11110 111110

Color Harmonies of #B981BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B981BB

Black with #B981BB

Text Example


Text Example

White with #B981BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B981BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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