#B453D8

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

Shades of Medium Orchid #B453D8

Tints of Medium Orchid #B453D8

Color information

#B453D8 (or 0xB453D8) is unknown color: approx Medium Orchid. HEX triplet: B4, 53 and D8. RGB value is (180,83,216). Sum of RGB (Red+Green+Blue) = 180+83+216=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #B453D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B453D8 is #4BAC27. Grayscale: #7E7E7E. Windows color (decimal): -4959272 or 14177204. OLE color: 14177204.

HSL color Cylindrical-coordinate representation of color #B453D8: hue angle of 283.76º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B453D8 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18083216-
CMYK0.170.6200.15
HSL283.76º63.03%58.63%-
HSV(B)283.76º61.57%84.71%-
XYZ34.3120.8567.18-
YUV127.16178.14165.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 83 (32.81% from 255) = 17.33%
BLUE value IS 216 (84.77% from 255) = 45.09%
R=37.58%
G=17.33%
B=45.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal180832160.170.6200.15283.7663.0358.63
HexB453D8113E0F11c3f3b
Octal26412333021760174347773
Binary101101001010011110110001000111111001111100011100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B453D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B453D8; }

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

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

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

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

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

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

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

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