Html Css Color HEX #B872B1 London Hue

📋 copy color: '#B872B1'

red 184 ◦ green 114 ◦ blue 177

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

Shades of London Hue #B872B1

Tints of London Hue #B872B1

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24%

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

R = 38.74%
G = 24%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B872B1 (or 0xB872B1) is known color: London Hue. HEX triplet: B8, 72 and B1. RGB value is (184,114,177). Sum of RGB (Red+Green+Blue) = 184+114+177=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 184 - color contains mainly: red. Hex color #B872B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B872B1 is #478D4E. Grayscale: #8D8D8D. Windows color (decimal): -4689231 or 11629240. OLE color: 11629240.

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

Color convert

RGB 184 114 177 -
CMYK 0 0.38 0.04 0.28
HSL 306º 0.33% 0.58% -
HSV(B) 306º 0.38% 0.72% -
XYZ 33.72 25.4 44.72 -
YUV 142.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 184 114 177 0 0.38 0.04 0.28 306 0.33 0.58
Hex B8 72 B1 0 26 4 1C 132 21 3A
Octal 270 162 261 0 46 4 34 462 41 72
Binary 10111000 1110010 10110001 0 100110 100 11100 100110010 100001 111010

Color Harmonies of #B872B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B872B1

Black with #B872B1

Text Example


Text Example

White with #B872B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B872B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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