#BA70CB

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

Shades of Medium Orchid #BA70CB

Tints of Medium Orchid #BA70CB

Color information

#BA70CB (or 0xBA70CB) is unknown color: approx Medium Orchid. HEX triplet: BA, 70 and CB. RGB value is (186,112,203). Sum of RGB (Red+Green+Blue) = 186+112+203=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA70CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA70CB is #458F34. Grayscale: #909090. Windows color (decimal): -4558645 or 13332666. OLE color: 13332666.

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

Color convert

RGB186112203-
CMYK0.080.4500.20
HSL288.79º46.67%61.76%-
HSV(B)288.79º44.83%79.61%-
XYZ36.8226.3459.64-
YUV144.5161.02157.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 112 (44.14% from 255) = 22.36%
BLUE value IS 203 (79.69% from 255) = 40.52%
R=37.13%
G=22.36%
B=40.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861122030.080.4500.20288.7946.6761.76
HexBA70CB82D0141212f3e
Octal27216031310550244415776
Binary101110101110000110010111000101101010100100100001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA70CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA70CB; }

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

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

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

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

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

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

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

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