Html Css Color HEX #B881BC London Hue

📋 copy color: '#B881BC'

red 184 ◦ green 129 ◦ blue 188

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

Shades of London Hue #B881BC

Tints of London Hue #B881BC

RGB

 RED value IS 184 (72.27% from 255) = 36.73%

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

 BLUE value IS 188 (73.83% from 255) = 37.52%

R = 36.73%
G = 25.75%
B = 37.52%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B881BC (or 0xB881BC) is known color: London Hue. HEX triplet: B8, 81 and BC. RGB value is (184,129,188). Sum of RGB (Red+Green+Blue) = 184+129+188=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #B881BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B881BC is #477E43. Grayscale: #979797. Windows color (decimal): -4685380 or 12353976. OLE color: 12353976.

HSL color Cylindrical-coordinate representation of color #B881BC: hue angle of 295.93º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B881BC is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 184 129 188 -
CMYK 0.02 0.31 0 0.26
HSL 295.93º 0.31% 0.62% -
HSV(B) 295.93º 0.31% 0.74% -
XYZ 36.69 29.52 51.34 -
YUV 152.17 148.22 150.7 -
System Red Green Blue C M Y K H S L
Decimal 184 129 188 0.02 0.31 0 0.26 295.93 0.31 0.62
Hex B8 81 BC 2 1F 0 1A 128 1F 3E
Octal 270 201 274 2 37 0 32 450 37 76
Binary 10111000 10000001 10111100 10 11111 0 11010 100101000 11111 111110

Color Harmonies of #B881BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B881BC

Black with #B881BC

Text Example


Text Example

White with #B881BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B881BC; }

 p { color: rgb(184,129,188); }

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

background-color css

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

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

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

border-color css

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

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

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