Html Css Color HEX #B875B3 London Hue

📋 copy color: '#B875B3'

red 184 ◦ green 117 ◦ blue 179

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

Shades of London Hue #B875B3

Tints of London Hue #B875B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.29%

R = 38.33%
G = 24.38%
B = 37.29%

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

#B875B3 (or 0xB875B3) is known color: London Hue. HEX triplet: B8, 75 and B3. RGB value is (184,117,179). Sum of RGB (Red+Green+Blue) = 184+117+179=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 184 - color contains mainly: red. Hex color #B875B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B875B3 is #478A4C. Grayscale: #8F8F8F. Windows color (decimal): -4688461 or 11761080. OLE color: 11761080.

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

Color convert

RGB 184 117 179 -
CMYK 0 0.36 0.03 0.28
HSL 304.48º 0.32% 0.59% -
HSV(B) 304.48º 0.36% 0.72% -
XYZ 34.27 26.17 45.89 -
YUV 144.1 147.7 156.46 -
System Red Green Blue C M Y K H S L
Decimal 184 117 179 0 0.36 0.03 0.28 304.48 0.32 0.59
Hex B8 75 B3 0 24 3 1C 130 20 3B
Octal 270 165 263 0 44 3 34 460 40 73
Binary 10111000 1110101 10110011 0 100100 11 11100 100110000 100000 111011

Color Harmonies of #B875B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B875B3

Black with #B875B3

Text Example


Text Example

White with #B875B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B875B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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