Html Css Color HEX #B584AF London Hue

📋 copy color: '#B584AF'

red 181 ◦ green 132 ◦ blue 175

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

Shades of London Hue #B584AF

Tints of London Hue #B584AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.86%

R = 37.09%
G = 27.05%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B584AF (or 0xB584AF) is known color: London Hue. HEX triplet: B5, 84 and AF. RGB value is (181,132,175). Sum of RGB (Red+Green+Blue) = 181+132+175=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 181 - color contains mainly: red. Hex color #B584AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B584AF is #4A7B50. Grayscale: #979797. Windows color (decimal): -4881233 or 11502773. OLE color: 11502773.

HSL color Cylindrical-coordinate representation of color #B584AF: hue angle of 307.35º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B584AF is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 132 175 -
CMYK 0 0.27 0.03 0.29
HSL 307.35º 0.25% 0.61% -
HSV(B) 307.35º 0.27% 0.71% -
XYZ 35.05 29.42 44.39 -
YUV 151.55 141.23 149 -
System Red Green Blue C M Y K H S L
Decimal 181 132 175 0 0.27 0.03 0.29 307.35 0.25 0.61
Hex B5 84 AF 0 1B 3 1D 133 19 3D
Octal 265 204 257 0 33 3 35 463 31 75
Binary 10110101 10000100 10101111 0 11011 11 11101 100110011 11001 111101

Color Harmonies of #B584AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B584AF

Black with #B584AF

Text Example


Text Example

White with #B584AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B584AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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