#BA62CA

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

Shades of Medium Orchid #BA62CA

Tints of Medium Orchid #BA62CA

Color information

#BA62CA (or 0xBA62CA) is unknown color: approx Medium Orchid. HEX triplet: BA, 62 and CA. RGB value is (186,98,202). Sum of RGB (Red+Green+Blue) = 186+98+202=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA62CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62CA is #459D35. Grayscale: #878787. Windows color (decimal): -4562230 or 13263546. OLE color: 13263546.

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

Color convert

RGB18698202-
CMYK0.080.5100.21
HSL290.77º49.52%58.82%-
HSV(B)290.77º51.49%79.22%-
XYZ35.2823.4458.54-
YUV136.17165.15163.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 98 (38.67% from 255) = 20.16%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=38.27%
G=20.16%
B=41.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186982020.080.5100.21290.7749.5258.82
HexBA62CA833015123323b
Octal27214231210630254436273
Binary101110101100010110010101000110011010101100100011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA62CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA62CA; }

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

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

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

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

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

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

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

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