Html Css Color HEX #B981B3 London Hue

📋 copy color: '#B981B3'

red 185 ◦ green 129 ◦ blue 179

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

Shades of London Hue #B981B3

Tints of London Hue #B981B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.31%

R = 37.53%
G = 26.17%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B981B3 (or 0xB981B3) is known color: London Hue. HEX triplet: B9, 81 and B3. RGB value is (185,129,179). Sum of RGB (Red+Green+Blue) = 185+129+179=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 185 - color contains mainly: red. Hex color #B981B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B981B3 is #467E4C. Grayscale: #979797. Windows color (decimal): -4619853 or 11764153. OLE color: 11764153.

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

Color convert

RGB 185 129 179 -
CMYK 0 0.30 0.03 0.27
HSL 306.43º 0.29% 0.62% -
HSV(B) 306.43º 0.3% 0.73% -
XYZ 35.99 29.27 46.4 -
YUV 151.44 143.55 151.93 -
System Red Green Blue C M Y K H S L
Decimal 185 129 179 0 0.30 0.03 0.27 306.43 0.29 0.62
Hex B9 81 B3 0 1E 3 1B 132 1D 3E
Octal 271 201 263 0 36 3 33 462 35 76
Binary 10111001 10000001 10110011 0 11110 11 11011 100110010 11101 111110

Color Harmonies of #B981B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B981B3

Black with #B981B3

Text Example


Text Example

White with #B981B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B981B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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