Html Css Color HEX #B874B2 London Hue

📋 copy color: '#B874B2'

red 184 ◦ green 116 ◦ blue 178

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

Shades of London Hue #B874B2

Tints of London Hue #B874B2

RGB

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

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

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

R = 38.49%
G = 24.27%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B874B2 (or 0xB874B2) is known color: London Hue. HEX triplet: B8, 74 and B2. RGB value is (184,116,178). Sum of RGB (Red+Green+Blue) = 184+116+178=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 184 - color contains mainly: red. Hex color #B874B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B874B2 is #478B4D. Grayscale: #8F8F8F. Windows color (decimal): -4688718 or 11695288. OLE color: 11695288.

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

Color convert

RGB 184 116 178 -
CMYK 0 0.37 0.03 0.28
HSL 305.29º 0.32% 0.59% -
HSV(B) 305.29º 0.37% 0.72% -
XYZ 34.05 25.9 45.32 -
YUV 143.4 147.53 156.96 -
System Red Green Blue C M Y K H S L
Decimal 184 116 178 0 0.37 0.03 0.28 305.29 0.32 0.59
Hex B8 74 B2 0 25 3 1C 131 20 3B
Octal 270 164 262 0 45 3 34 461 40 73
Binary 10111000 1110100 10110010 0 100101 11 11100 100110001 100000 111011

Color Harmonies of #B874B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B874B2

Black with #B874B2

Text Example


Text Example

White with #B874B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B874B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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