#BA5CCB

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

Shades of Medium Orchid #BA5CCB

Tints of Medium Orchid #BA5CCB

Color information

#BA5CCB (or 0xBA5CCB) is unknown color: approx Medium Orchid. HEX triplet: BA, 5C and CB. RGB value is (186,92,203). Sum of RGB (Red+Green+Blue) = 186+92+203=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA5CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CCB is #45A334. Grayscale: #848484. Windows color (decimal): -4563765 or 13327546. OLE color: 13327546.

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

Color convert

RGB18692203-
CMYK0.080.5500.20
HSL290.81º51.63%57.84%-
HSV(B)290.81º54.68%79.61%-
XYZ34.8622.4158.99-
YUV132.76167.64165.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.67%
GREEN value IS 92 (36.33% from 255) = 19.13%
BLUE value IS 203 (79.69% from 255) = 42.20%
R=38.67%
G=19.13%
B=42.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal186922030.080.5500.20290.8151.6357.84
HexBA5CCB837014123343a
Octal27213431310670244436472
Binary101110101011100110010111000110111010100100100011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5CCB; }

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

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

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

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

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

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

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

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