Html Css Color HEX #B981B5 London Hue

📋 copy color: '#B981B5'

red 185 ◦ green 129 ◦ blue 181

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

Shades of London Hue #B981B5

Tints of London Hue #B981B5

RGB

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

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

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

R = 37.37%
G = 26.06%
B = 36.57%

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

#B981B5 (or 0xB981B5) is known color: London Hue. HEX triplet: B9, 81 and B5. RGB value is (185,129,181). Sum of RGB (Red+Green+Blue) = 185+129+181=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B981B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B981B5 is #467E4A. Grayscale: #979797. Windows color (decimal): -4619851 or 11895225. OLE color: 11895225.

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

Color convert

RGB 185 129 181 -
CMYK 0 0.30 0.02 0.27
HSL 304.29º 0.29% 0.62% -
HSV(B) 304.29º 0.3% 0.73% -
XYZ 36.2 29.35 47.47 -
YUV 151.67 144.55 151.77 -
System Red Green Blue C M Y K H S L
Decimal 185 129 181 0 0.30 0.02 0.27 304.29 0.29 0.62
Hex B9 81 B5 0 1E 2 1B 130 1D 3E
Octal 271 201 265 0 36 2 33 460 35 76
Binary 10111001 10000001 10110101 0 11110 10 11011 100110000 11101 111110

Color Harmonies of #B981B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B981B5

Black with #B981B5

Text Example


Text Example

White with #B981B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B981B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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