#BA67CF

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

Shades of Medium Orchid #BA67CF

Tints of Medium Orchid #BA67CF

Color information

#BA67CF (or 0xBA67CF) is unknown color: approx Medium Orchid. HEX triplet: BA, 67 and CF. RGB value is (186,103,207). Sum of RGB (Red+Green+Blue) = 186+103+207=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 103 (40.62% from 255 or 20.77% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA67CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67CF is #459830. Grayscale: #8B8B8B. Windows color (decimal): -4560945 or 13592506. OLE color: 13592506.

HSL color Cylindrical-coordinate representation of color #BA67CF: hue angle of 287.88º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA67CF is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB186103207-
CMYK0.100.5000.19
HSL287.88º52%60.78%-
HSV(B)287.88º50.24%81.18%-
XYZ36.3624.6461.87-
YUV139.67166161.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.5%
GREEN value IS 103 (40.62% from 255) = 20.77%
BLUE value IS 207 (81.25% from 255) = 41.73%
R=37.5%
G=20.77%
B=41.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861032070.100.5000.19287.885260.78
HexBA67CFA32013120343d
Octal27214731712620234406475
Binary101110101100111110011111010110010010011100100000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA67CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA67CF; }

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

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

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

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

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

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

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

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