#BA35CC

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

Shades of Medium Orchid #BA35CC

Tints of Medium Orchid #BA35CC

Color information

#BA35CC (or 0xBA35CC) is unknown color: approx Medium Orchid. HEX triplet: BA, 35 and CC. RGB value is (186,53,204). Sum of RGB (Red+Green+Blue) = 186+53+204=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA35CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA35CC is #45CA33. Grayscale: #6D6D6D. Windows color (decimal): -4573748 or 13383098. OLE color: 13383098.

HSL color Cylindrical-coordinate representation of color #BA35CC: hue angle of 292.85º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA35CC is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18653204-
CMYK0.090.7400.2
HSL292.85º59.68%50.39%-
HSV(B)292.85º74.02%80%-
XYZ32.4217.3458.77-
YUV109.98181.06182.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 53 (21.09% from 255) = 11.96%
BLUE value IS 204 (80.08% from 255) = 46.05%
R=41.99%
G=11.96%
B=46.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal186532040.090.7400.2292.8559.6850.39
HexBA35CC94A0141253c32
Octal27265314111120244457462
Binary101110101101011100110010011001010010100100100101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA35CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA35CC; }

 p { color: rgb(186,53,204); }

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

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

 a { background-color: rgb(186,53,204); }

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

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

 span { border-color: rgb(186,53,204); }

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