#BA69CC

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

Shades of Medium Orchid #BA69CC

Tints of Medium Orchid #BA69CC

Color information

#BA69CC (or 0xBA69CC) is unknown color: approx Medium Orchid. HEX triplet: BA, 69 and CC. RGB value is (186,105,204). Sum of RGB (Red+Green+Blue) = 186+105+204=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA69CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69CC is #459633. Grayscale: #8C8C8C. Windows color (decimal): -4560436 or 13396410. OLE color: 13396410.

HSL color Cylindrical-coordinate representation of color #BA69CC: hue angle of 289.09º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA69CC is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB186105204-
CMYK0.090.4900.2
HSL289.09º49.25%60.59%-
HSV(B)289.09º48.53%80%-
XYZ36.224.960.03-
YUV140.5163.84160.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 105 (41.41% from 255) = 21.21%
BLUE value IS 204 (80.08% from 255) = 41.21%
R=37.58%
G=21.21%
B=41.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861052040.090.4900.2289.0949.2560.59
HexBA69CC931014121313d
Octal27215131411610244416175
Binary101110101101001110011001001110001010100100100001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA69CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA69CC; }

 p { color: rgb(186,105,204); }

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

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

 a { background-color: rgb(186,105,204); }

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

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

 span { border-color: rgb(186,105,204); }

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