#B450D5

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

Shades of Medium Orchid #B450D5

Tints of Medium Orchid #B450D5

Color information

#B450D5 (or 0xB450D5) is unknown color: approx Medium Orchid. HEX triplet: B4, 50 and D5. RGB value is (180,80,213). Sum of RGB (Red+Green+Blue) = 180+80+213=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #B450D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B450D5 is #4BAF2A. Grayscale: #7C7C7C. Windows color (decimal): -4960043 or 13979828. OLE color: 13979828.

HSL color Cylindrical-coordinate representation of color #B450D5: hue angle of 285.11º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B450D5 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18080213-
CMYK0.150.6200.16
HSL285.11º61.29%57.45%-
HSV(B)285.11º62.44%83.53%-
XYZ33.720.2465.08-
YUV125.06177.63167.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 80 (31.64% from 255) = 16.91%
BLUE value IS 213 (83.59% from 255) = 45.03%
R=38.05%
G=16.91%
B=45.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal180802130.150.6200.16285.1161.2957.45
HexB450D5F3E01011d3d39
Octal26412032517760204357571
Binary101101001010000110101011111111110010000100011101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B450D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B450D5; }

 p { color: rgb(180,80,213); }

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

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

 a { background-color: rgb(180,80,213); }

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

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

 span { border-color: rgb(180,80,213); }

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