Html Css Color HEX #B874B1 London Hue

📋 copy color: '#B874B1'

red 184 ◦ green 116 ◦ blue 177

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

Shades of London Hue #B874B1

Tints of London Hue #B874B1

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.32%

 BLUE value IS 177 (69.53% from 255) = 37.11%

R = 38.57%
G = 24.32%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B874B1 (or 0xB874B1) is known color: London Hue. HEX triplet: B8, 74 and B1. RGB value is (184,116,177). Sum of RGB (Red+Green+Blue) = 184+116+177=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 184 - color contains mainly: red. Hex color #B874B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B874B1 is #478B4E. Grayscale: #8F8F8F. Windows color (decimal): -4688719 or 11629752. OLE color: 11629752.

HSL color Cylindrical-coordinate representation of color #B874B1: hue angle of 306.18º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B874B1 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 116 177 -
CMYK 0 0.37 0.04 0.28
HSL 306.18º 0.32% 0.59% -
HSV(B) 306.18º 0.37% 0.72% -
XYZ 33.95 25.86 44.8 -
YUV 143.29 147.03 157.04 -
System Red Green Blue C M Y K H S L
Decimal 184 116 177 0 0.37 0.04 0.28 306.18 0.32 0.59
Hex B8 74 B1 0 25 4 1C 132 20 3B
Octal 270 164 261 0 45 4 34 462 40 73
Binary 10111000 1110100 10110001 0 100101 100 11100 100110010 100000 111011

Color Harmonies of #B874B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B874B1

Black with #B874B1

Text Example


Text Example

White with #B874B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B874B1; }

 p { color: rgb(184,116,177); }

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

background-color css

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

 a { background-color: rgb(184,116,177); }

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

border-color css

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

 span { border-color: rgb(184,116,177); }

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