#B450CA

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

Shades of Medium Orchid #B450CA

Tints of Medium Orchid #B450CA

Color information

#B450CA (or 0xB450CA) is unknown color: approx Medium Orchid. HEX triplet: B4, 50 and CA. RGB value is (180,80,202). Sum of RGB (Red+Green+Blue) = 180+80+202=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #B450CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B450CA is #4BAF35. Grayscale: #7B7B7B. Windows color (decimal): -4960054 or 13258932. OLE color: 13258932.

HSL color Cylindrical-coordinate representation of color #B450CA: hue angle of 289.18º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B450CA is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18080202-
CMYK0.110.6000.21
HSL289.18º53.51%55.29%-
HSV(B)289.18º60.4%79.22%-
XYZ32.3519.757.98-
YUV123.81172.13168.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 80 (31.64% from 255) = 17.32%
BLUE value IS 202 (79.30% from 255) = 43.72%
R=38.96%
G=17.32%
B=43.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180802020.110.6000.21289.1853.5155.29
HexB450CAB3C0151213637
Octal26412031213740254416667
Binary101101001010000110010101011111100010101100100001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B450CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B450CA; }

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

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

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

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

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

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

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

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