#BA3FCB

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

Shades of Medium Orchid #BA3FCB

Tints of Medium Orchid #BA3FCB

Color information

#BA3FCB (or 0xBA3FCB) is unknown color: approx Medium Orchid. HEX triplet: BA, 3F and CB. RGB value is (186,63,203). Sum of RGB (Red+Green+Blue) = 186+63+203=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA3FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3FCB is #45C034. Grayscale: #737373. Windows color (decimal): -4571189 or 13320122. OLE color: 13320122.

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

Color convert

RGB18663203-
CMYK0.080.6900.20
HSL292.71º57.38%52.16%-
HSV(B)292.71º68.97%79.61%-
XYZ32.8118.3158.3-
YUV115.74177.25178.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.15%
GREEN value IS 63 (25% from 255) = 13.94%
BLUE value IS 203 (79.69% from 255) = 44.91%
R=41.15%
G=13.94%
B=44.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal186632030.080.6900.20292.7157.3852.16
HexBA3FCB8450141253934
Octal27277313101050244457164
Binary101110101111111100101110001000101010100100100101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3FCB; }

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

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

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

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

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

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

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

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