#B453C5

Color #B453C5 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B453C5

Tints of Medium Orchid #B453C5

Color information

#B453C5 (or 0xB453C5) is unknown color: approx Medium Orchid. HEX triplet: B4, 53 and C5. RGB value is (180,83,197). Sum of RGB (Red+Green+Blue) = 180+83+197=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 197 - color contains mainly: blue. Hex color #B453C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B453C5 is #4BAC3A. Grayscale: #7C7C7C. Windows color (decimal): -4959291 or 12932020. OLE color: 12932020.

HSL color Cylindrical-coordinate representation of color #B453C5: hue angle of 291.05º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B453C5 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18083197-
CMYK0.090.5800.23
HSL291.05º49.57%54.9%-
HSV(B)291.05º57.87%77.25%-
XYZ31.9919.9254.98-
YUV125168.64167.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 83 (32.81% from 255) = 18.04%
BLUE value IS 197 (77.34% from 255) = 42.83%
R=39.13%
G=18.04%
B=42.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal180831970.090.5800.23291.0549.5754.9
HexB453C593A0171233237
Octal26412330511720274436267
Binary101101001010011110001011001111010010111100100011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B453C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B453C5; }

 p { color: rgb(180,83,197); }

 H1.HeaderClassName
 {
   color: #B453C5;
 }
 .AnyTagClassName
 {
   color: #B453C5;
 }
</style>
background-color css

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

 a { background-color: rgb(180,83,197); }

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

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

 span { border-color: rgb(180,83,197); }

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