#BA67CD

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

Shades of Medium Orchid #BA67CD

Tints of Medium Orchid #BA67CD

Color information

#BA67CD (or 0xBA67CD) is unknown color: approx Medium Orchid. HEX triplet: BA, 67 and CD. RGB value is (186,103,205). Sum of RGB (Red+Green+Blue) = 186+103+205=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA67CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67CD is #459832. Grayscale: #8B8B8B. Windows color (decimal): -4560947 or 13461434. OLE color: 13461434.

HSL color Cylindrical-coordinate representation of color #BA67CD: hue angle of 288.82º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA67CD is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186103205-
CMYK0.090.5000.20
HSL288.82º50.5%60.39%-
HSV(B)288.82º49.76%80.39%-
XYZ36.1224.5560.59-
YUV139.44165161.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 103 (40.62% from 255) = 20.85%
BLUE value IS 205 (80.47% from 255) = 41.50%
R=37.65%
G=20.85%
B=41.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861032050.090.5000.20288.8250.560.39
HexBA67CD932014121323c
Octal27214731511620244416274
Binary101110101100111110011011001110010010100100100001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA67CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA67CD; }

 p { color: rgb(186,103,205); }

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

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

 a { background-color: rgb(186,103,205); }

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

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

 span { border-color: rgb(186,103,205); }

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