Html Css Color HEX #B485B3 London Hue

📋 copy color: '#B485B3'

red 180 ◦ green 133 ◦ blue 179

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

Shades of London Hue #B485B3

Tints of London Hue #B485B3

RGB

 RED value IS 180 (70.7% from 255) = 36.59%

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

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

R = 36.59%
G = 27.03%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B485B3 (or 0xB485B3) is known color: London Hue. HEX triplet: B4, 85 and B3. RGB value is (180,133,179). Sum of RGB (Red+Green+Blue) = 180+133+179=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 180 - color contains mainly: red. Hex color #B485B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B485B3 is #4B7A4C. Grayscale: #989898. Windows color (decimal): -4946509 or 11765172. OLE color: 11765172.

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

Color convert

RGB 180 133 179 -
CMYK 0 0.26 0.01 0.29
HSL 301.28º 0.24% 0.61% -
HSV(B) 301.28º 0.26% 0.71% -
XYZ 35.35 29.73 46.52 -
YUV 152.3 143.07 147.76 -
System Red Green Blue C M Y K H S L
Decimal 180 133 179 0 0.26 0.01 0.29 301.28 0.24 0.61
Hex B4 85 B3 0 1A 1 1D 12D 18 3D
Octal 264 205 263 0 32 1 35 455 30 75
Binary 10110100 10000101 10110011 0 11010 1 11101 100101101 11000 111101

Color Harmonies of #B485B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B485B3

Black with #B485B3

Text Example


Text Example

White with #B485B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B485B3; }

 p { color: rgb(180,133,179); }

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

background-color css

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

 a { background-color: rgb(180,133,179); }

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

border-color css

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

 span { border-color: rgb(180,133,179); }

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