#BA67CA

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

Shades of Medium Orchid #BA67CA

Tints of Medium Orchid #BA67CA

Color information

#BA67CA (or 0xBA67CA) is unknown color: approx Medium Orchid. HEX triplet: BA, 67 and CA. RGB value is (186,103,202). Sum of RGB (Red+Green+Blue) = 186+103+202=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 103 (40.62% from 255 or 20.98% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA67CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67CA is #459835. Grayscale: #8A8A8A. Windows color (decimal): -4560950 or 13264826. OLE color: 13264826.

HSL color Cylindrical-coordinate representation of color #BA67CA: hue angle of 290.3º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA67CA is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186103202-
CMYK0.080.4900.21
HSL290.3º48.29%59.8%-
HSV(B)290.3º49.01%79.22%-
XYZ35.7624.458.7-
YUV139.1163.5161.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 103 (40.62% from 255) = 20.98%
BLUE value IS 202 (79.30% from 255) = 41.14%
R=37.88%
G=20.98%
B=41.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861032020.080.4900.21290.348.2959.8
HexBA67CA831015122303c
Octal27214731210610254426074
Binary101110101100111110010101000110001010101100100010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA67CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA67CA; }

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

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

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

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

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

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

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

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