Html Css Color HEX #B875B2 London Hue

📋 copy color: '#B875B2'

red 184 ◦ green 117 ◦ blue 178

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

Shades of London Hue #B875B2

Tints of London Hue #B875B2

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.43%

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

R = 38.41%
G = 24.43%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B875B2 (or 0xB875B2) is known color: London Hue. HEX triplet: B8, 75 and B2. RGB value is (184,117,178). Sum of RGB (Red+Green+Blue) = 184+117+178=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 184 - color contains mainly: red. Hex color #B875B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B875B2 is #478A4D. Grayscale: #8F8F8F. Windows color (decimal): -4688462 or 11695544. OLE color: 11695544.

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

Color convert

RGB 184 117 178 -
CMYK 0 0.36 0.03 0.28
HSL 305.37º 0.32% 0.59% -
HSV(B) 305.37º 0.36% 0.72% -
XYZ 34.16 26.13 45.36 -
YUV 143.99 147.2 156.54 -
System Red Green Blue C M Y K H S L
Decimal 184 117 178 0 0.36 0.03 0.28 305.37 0.32 0.59
Hex B8 75 B2 0 24 3 1C 131 20 3B
Octal 270 165 262 0 44 3 34 461 40 73
Binary 10111000 1110101 10110010 0 100100 11 11100 100110001 100000 111011

Color Harmonies of #B875B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B875B2

Black with #B875B2

Text Example


Text Example

White with #B875B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B875B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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