#BA30ED

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

Shades of Medium Orchid #BA30ED

Tints of Medium Orchid #BA30ED

Color information

#BA30ED (or 0xBA30ED) is unknown color: approx Medium Orchid. HEX triplet: BA, 30 and ED. RGB value is (186,48,237). Sum of RGB (Red+Green+Blue) = 186+48+237=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 48 (19.14% from 255 or 10.19% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA30ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA30ED is #45CF12. Grayscale: #6E6E6E. Windows color (decimal): -4574995 or 15544506. OLE color: 15544506.

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

Color convert

RGB18648237-
CMYK0.220.8000.07
HSL283.81º84%55.88%-
HSV(B)283.81º79.75%92.94%-
XYZ36.5918.6781.8-
YUV110.81199.22181.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 48 (19.14% from 255) = 10.19%
BLUE value IS 237 (92.97% from 255) = 50.32%
R=39.49%
G=10.19%
B=50.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal186482370.220.8000.07283.818455.88
HexBA30ED16500711c5438
Octal27260355261200743412470
Binary101110101100001110110110110101000001111000111001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA30ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA30ED; }

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

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

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

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

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

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

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

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