#BA42CA

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

Shades of Medium Orchid #BA42CA

Tints of Medium Orchid #BA42CA

Color information

#BA42CA (or 0xBA42CA) is unknown color: approx Medium Orchid. HEX triplet: BA, 42 and CA. RGB value is (186,66,202). Sum of RGB (Red+Green+Blue) = 186+66+202=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA42CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42CA is #45BD35. Grayscale: #747474. Windows color (decimal): -4570422 or 13255354. OLE color: 13255354.

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

Color convert

RGB18666202-
CMYK0.080.6700.21
HSL292.94º56.2%52.55%-
HSV(B)292.94º67.33%79.22%-
XYZ32.8618.657.74-
YUV117.38175.76176.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 66 (26.17% from 255) = 14.54%
BLUE value IS 202 (79.30% from 255) = 44.49%
R=40.97%
G=14.54%
B=44.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186662020.080.6700.21292.9456.252.55
HexBA42CA8430151253835
Octal272102312101030254457065
Binary1011101010000101100101010001000011010101100100101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA42CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA42CA; }

 p { color: rgb(186,66,202); }

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

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

 a { background-color: rgb(186,66,202); }

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

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

 span { border-color: rgb(186,66,202); }

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