#BA32CC

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

Shades of Medium Orchid #BA32CC

Tints of Medium Orchid #BA32CC

Color information

#BA32CC (or 0xBA32CC) is unknown color: approx Medium Orchid. HEX triplet: BA, 32 and CC. RGB value is (186,50,204). Sum of RGB (Red+Green+Blue) = 186+50+204=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA32CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA32CC is #45CD33. Grayscale: #6B6B6B. Windows color (decimal): -4574516 or 13382330. OLE color: 13382330.

HSL color Cylindrical-coordinate representation of color #BA32CC: hue angle of 292.99º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA32CC is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18650204-
CMYK0.090.7500.2
HSL292.99º60.63%49.8%-
HSV(B)292.99º75.49%80%-
XYZ32.2917.0858.72-
YUV108.22182.06183.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 50 (19.92% from 255) = 11.36%
BLUE value IS 204 (80.08% from 255) = 46.36%
R=42.27%
G=11.36%
B=46.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal186502040.090.7500.2292.9960.6349.8
HexBA32CC94B0141253d32
Octal27262314111130244457562
Binary101110101100101100110010011001011010100100100101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA32CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA32CC; }

 p { color: rgb(186,50,204); }

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

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

 a { background-color: rgb(186,50,204); }

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

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

 span { border-color: rgb(186,50,204); }

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