#BA61CB

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

Shades of Medium Orchid #BA61CB

Tints of Medium Orchid #BA61CB

Color information

#BA61CB (or 0xBA61CB) is unknown color: approx Medium Orchid. HEX triplet: BA, 61 and CB. RGB value is (186,97,203). Sum of RGB (Red+Green+Blue) = 186+97+203=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA61CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61CB is #459E34. Grayscale: #878787. Windows color (decimal): -4562485 or 13328826. OLE color: 13328826.

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

Color convert

RGB18697203-
CMYK0.080.5200.20
HSL290.38º50.48%58.82%-
HSV(B)290.38º52.22%79.61%-
XYZ35.323.359.14-
YUV135.7165.99163.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 97 (38.28% from 255) = 19.96%
BLUE value IS 203 (79.69% from 255) = 41.77%
R=38.27%
G=19.96%
B=41.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal186972030.080.5200.20290.3850.4858.82
HexBA61CB834014122323b
Octal27214131310640244426273
Binary101110101100001110010111000110100010100100100010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA61CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA61CB; }

 p { color: rgb(186,97,203); }

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

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

 a { background-color: rgb(186,97,203); }

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

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

 span { border-color: rgb(186,97,203); }

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