#BA74CB

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

Shades of Medium Orchid #BA74CB

Tints of Medium Orchid #BA74CB

Color information

#BA74CB (or 0xBA74CB) is unknown color: approx Medium Orchid. HEX triplet: BA, 74 and CB. RGB value is (186,116,203). Sum of RGB (Red+Green+Blue) = 186+116+203=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA74CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74CB is #458B34. Grayscale: #929292. Windows color (decimal): -4557621 or 13333690. OLE color: 13333690.

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

Color convert

RGB186116203-
CMYK0.080.4300.20
HSL288.28º45.55%62.55%-
HSV(B)288.28º42.86%79.61%-
XYZ37.2727.2459.79-
YUV146.85159.69155.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 116 (45.70% from 255) = 22.97%
BLUE value IS 203 (79.69% from 255) = 40.20%
R=36.83%
G=22.97%
B=40.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861162030.080.4300.20288.2845.5562.55
HexBA74CB82B0141202e3f
Octal27216431310530244405677
Binary101110101110100110010111000101011010100100100000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA74CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA74CB; }

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

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

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

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

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

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

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

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