Html Css Color HEX #B881B2 London Hue

📋 copy color: '#B881B2'

red 184 ◦ green 129 ◦ blue 178

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

Shades of London Hue #B881B2

Tints of London Hue #B881B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.25%

R = 37.47%
G = 26.27%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B881B2 (or 0xB881B2) is known color: London Hue. HEX triplet: B8, 81 and B2. RGB value is (184,129,178). Sum of RGB (Red+Green+Blue) = 184+129+178=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 184 - color contains mainly: red. Hex color #B881B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B881B2 is #477E4D. Grayscale: #969696. Windows color (decimal): -4685390 or 11698616. OLE color: 11698616.

HSL color Cylindrical-coordinate representation of color #B881B2: hue angle of 306.55º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B881B2 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 129 178 -
CMYK 0 0.30 0.03 0.28
HSL 306.55º 0.28% 0.61% -
HSV(B) 306.55º 0.3% 0.72% -
XYZ 35.65 29.11 45.86 -
YUV 151.03 143.22 151.52 -
System Red Green Blue C M Y K H S L
Decimal 184 129 178 0 0.30 0.03 0.28 306.55 0.28 0.61
Hex B8 81 B2 0 1E 3 1C 133 1C 3D
Octal 270 201 262 0 36 3 34 463 34 75
Binary 10111000 10000001 10110010 0 11110 11 11100 100110011 11100 111101

Color Harmonies of #B881B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B881B2

Black with #B881B2

Text Example


Text Example

White with #B881B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B881B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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