#BA33ED

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

Shades of Medium Orchid #BA33ED

Tints of Medium Orchid #BA33ED

Color information

#BA33ED (or 0xBA33ED) is unknown color: approx Medium Orchid. HEX triplet: BA, 33 and ED. RGB value is (186,51,237). Sum of RGB (Red+Green+Blue) = 186+51+237=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 51 (20.31% from 255 or 10.76% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA33ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA33ED is #45CC12. Grayscale: #6F6F6F. Windows color (decimal): -4574227 or 15545274. OLE color: 15545274.

HSL color Cylindrical-coordinate representation of color #BA33ED: hue angle of 283.55º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA33ED is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18651237-
CMYK0.220.7800.07
HSL283.55º83.78%56.47%-
HSV(B)283.55º78.48%92.94%-
XYZ36.7218.9281.84-
YUV112.57198.23180.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 51 (20.31% from 255) = 10.76%
BLUE value IS 237 (92.97% from 255) = 50%
R=39.24%
G=10.76%
B=50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal186512370.220.7800.07283.5583.7856.47
HexBA33ED164E0711c5438
Octal27263355261160743412470
Binary101110101100111110110110110100111001111000111001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA33ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA33ED; }

 p { color: rgb(186,51,237); }

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

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

 a { background-color: rgb(186,51,237); }

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

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

 span { border-color: rgb(186,51,237); }

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