Html Css Color HEX #BA54CA Medium Orchid

📋 copy color: '#BA54CA'

red 186 ◦ green 84 ◦ blue 202

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

Shades of Medium Orchid #BA54CA

Tints of Medium Orchid #BA54CA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.8%

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

R = 39.41%
G = 17.8%
B = 42.8%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA54CA (or 0xBA54CA) is known color: Medium Orchid. HEX triplet: BA, 54 and CA. RGB value is (186,84,202). Sum of RGB (Red+Green+Blue) = 186+84+202=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA54CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54CA is #45AB35. Grayscale: #7F7F7F. Windows color (decimal): -4565814 or 13259962. OLE color: 13259962.

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

Color convert

RGB 186 84 202 -
CMYK 0.08 0.58 0 0.21
HSL 291.86º 0.53% 0.56% -
HSV(B) 291.86º 0.58% 0.79% -
XYZ 34.08 21.04 58.14 -
YUV 127.95 169.79 169.41 -
System Red Green Blue C M Y K H S L
Decimal 186 84 202 0.08 0.58 0 0.21 291.86 0.53 0.56
Hex BA 54 CA 8 3A 0 15 124 35 38
Octal 272 124 312 10 72 0 25 444 65 70
Binary 10111010 1010100 11001010 1000 111010 0 10101 100100100 110101 111000

Color Harmonies of #BA54CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA54CA

Black with #BA54CA

Text Example


Text Example

White with #BA54CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA54CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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