#BA5FCB

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

Shades of Medium Orchid #BA5FCB

Tints of Medium Orchid #BA5FCB

Color information

#BA5FCB (or 0xBA5FCB) is unknown color: approx Medium Orchid. HEX triplet: BA, 5F and CB. RGB value is (186,95,203). Sum of RGB (Red+Green+Blue) = 186+95+203=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA5FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FCB is #45A034. Grayscale: #868686. Windows color (decimal): -4562997 or 13328314. OLE color: 13328314.

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

Color convert

RGB18695203-
CMYK0.080.5300.20
HSL290.56º50.94%58.43%-
HSV(B)290.56º53.2%79.61%-
XYZ35.1222.9459.08-
YUV134.52166.65164.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 95 (37.5% from 255) = 19.63%
BLUE value IS 203 (79.69% from 255) = 41.94%
R=38.43%
G=19.63%
B=41.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal186952030.080.5300.20290.5650.9458.43
HexBA5FCB835014123333a
Octal27213731310650244436372
Binary101110101011111110010111000110101010100100100011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5FCB; }

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

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

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

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

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

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

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

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