Html Css Color HEX #BA4ACA Medium Orchid

📋 copy color: '#BA4ACA'

red 186 ◦ green 74 ◦ blue 202

#BA4ACA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BA4ACA

Tints of Medium Orchid #BA4ACA

RGB

 RED value IS 186 (73.05% from 255) = 40.26%

 GREEN value IS 74 (29.3% from 255) = 16.02%

 BLUE value IS 202 (79.3% from 255) = 43.72%

R = 40.26%
G = 16.02%
B = 43.72%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA4ACA (or 0xBA4ACA) is known color: Medium Orchid. HEX triplet: BA, 4A and CA. RGB value is (186,74,202). Sum of RGB (Red+Green+Blue) = 186+74+202=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA4ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4ACA is #45B535. Grayscale: #797979. Windows color (decimal): -4568374 or 13257402. OLE color: 13257402.

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

Color convert

RGB 186 74 202 -
CMYK 0.08 0.63 0 0.21
HSL 292.5º 0.55% 0.54% -
HSV(B) 292.5º 0.63% 0.79% -
XYZ 33.36 19.6 57.9 -
YUV 122.08 173.11 173.59 -
System Red Green Blue C M Y K H S L
Decimal 186 74 202 0.08 0.63 0 0.21 292.5 0.55 0.54
Hex BA 4A CA 8 3F 0 15 124 37 36
Octal 272 112 312 10 77 0 25 444 67 66
Binary 10111010 1001010 11001010 1000 111111 0 10101 100100100 110111 110110

Color Harmonies of #BA4ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4ACA

Black with #BA4ACA

Text Example


Text Example

White with #BA4ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4ACA; }

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

 H1.HeaderClassName
 {
   color: #BA4ACA;
 }
 .AnyTagClassName
 {
   color: #BA4ACA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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