Html Css Color HEX #B584B9 London Hue

📋 copy color: '#B584B9'

red 181 ◦ green 132 ◦ blue 185

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

Shades of London Hue #B584B9

Tints of London Hue #B584B9

RGB

 RED value IS 181 (71.09% from 255) = 36.35%

 GREEN value IS 132 (51.95% from 255) = 26.51%

 BLUE value IS 185 (72.66% from 255) = 37.15%

R = 36.35%
G = 26.51%
B = 37.15%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B584B9 (or 0xB584B9) is known color: London Hue. HEX triplet: B5, 84 and B9. RGB value is (181,132,185). Sum of RGB (Red+Green+Blue) = 181+132+185=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 185 - color contains mainly: blue. Hex color #B584B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B584B9 is #4A7B46. Grayscale: #989898. Windows color (decimal): -4881223 or 12158133. OLE color: 12158133.

HSL color Cylindrical-coordinate representation of color #B584B9: hue angle of 295.47º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B584B9 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 132 185 -
CMYK 0.02 0.29 0 0.27
HSL 295.47º 0.27% 0.62% -
HSV(B) 295.47º 0.29% 0.73% -
XYZ 36.06 29.83 49.76 -
YUV 152.69 146.23 148.19 -
System Red Green Blue C M Y K H S L
Decimal 181 132 185 0.02 0.29 0 0.27 295.47 0.27 0.62
Hex B5 84 B9 2 1D 0 1B 127 1B 3E
Octal 265 204 271 2 35 0 33 447 33 76
Binary 10110101 10000100 10111001 10 11101 0 11011 100100111 11011 111110

Color Harmonies of #B584B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B584B9

Black with #B584B9

Text Example


Text Example

White with #B584B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B584B9; }

 p { color: rgb(181,132,185); }

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

background-color css

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

 a { background-color: rgb(181,132,185); }

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

border-color css

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

 span { border-color: rgb(181,132,185); }

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