#B453C9

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

Shades of Medium Orchid #B453C9

Tints of Medium Orchid #B453C9

Color information

#B453C9 (or 0xB453C9) is unknown color: approx Medium Orchid. HEX triplet: B4, 53 and C9. RGB value is (180,83,201). Sum of RGB (Red+Green+Blue) = 180+83+201=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #B453C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B453C9 is #4BAC36. Grayscale: #7D7D7D. Windows color (decimal): -4959287 or 13194164. OLE color: 13194164.

HSL color Cylindrical-coordinate representation of color #B453C9: hue angle of 289.32º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B453C9 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18083201-
CMYK0.100.5900.21
HSL289.32º52.21%55.69%-
HSV(B)289.32º58.71%78.82%-
XYZ32.4620.1157.43-
YUV125.46170.64166.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 83 (32.81% from 255) = 17.89%
BLUE value IS 201 (78.91% from 255) = 43.32%
R=38.79%
G=17.89%
B=43.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180832010.100.5900.21289.3252.2155.69
HexB453C9A3B0151213438
Octal26412331112730254416470
Binary101101001010011110010011010111011010101100100001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B453C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B453C9; }

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

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

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

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

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

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

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

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