Html Css Color HEX #B585AC London Hue

📋 copy color: '#B585AC'

red 181 ◦ green 133 ◦ blue 172

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

Shades of London Hue #B585AC

Tints of London Hue #B585AC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.37%

 BLUE value IS 172 (67.58% from 255) = 35.39%

R = 37.24%
G = 27.37%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B585AC (or 0xB585AC) is known color: London Hue. HEX triplet: B5, 85 and AC. RGB value is (181,133,172). Sum of RGB (Red+Green+Blue) = 181+133+172=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 181 - color contains mainly: red. Hex color #B585AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B585AC is #4A7A53. Grayscale: #979797. Windows color (decimal): -4880980 or 11306421. OLE color: 11306421.

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

Color convert

RGB 181 133 172 -
CMYK 0 0.27 0.05 0.29
HSL 311.25º 0.24% 0.62% -
HSV(B) 311.25º 0.27% 0.71% -
XYZ 34.89 29.58 42.9 -
YUV 151.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 181 133 172 0 0.27 0.05 0.29 311.25 0.24 0.62
Hex B5 85 AC 0 1B 5 1D 137 18 3E
Octal 265 205 254 0 33 5 35 467 30 76
Binary 10110101 10000101 10101100 0 11011 101 11101 100110111 11000 111110

Color Harmonies of #B585AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B585AC

Black with #B585AC

Text Example


Text Example

White with #B585AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B585AC; }

 p { color: rgb(181,133,172); }

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

background-color css

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

 a { background-color: rgb(181,133,172); }

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

border-color css

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

 span { border-color: rgb(181,133,172); }

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