Html Css Color HEX #BA50C9 Medium Orchid

📋 copy color: '#BA50C9'

red 186 ◦ green 80 ◦ blue 201

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

Shades of Medium Orchid #BA50C9

Tints of Medium Orchid #BA50C9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.13%

 BLUE value IS 201 (78.91% from 255) = 43.04%

R = 39.83%
G = 17.13%
B = 43.04%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA50C9 (or 0xBA50C9) is known color: Medium Orchid. HEX triplet: BA, 50 and C9. RGB value is (186,80,201). Sum of RGB (Red+Green+Blue) = 186+80+201=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA50C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50C9 is #45AF36. Grayscale: #7D7D7D. Windows color (decimal): -4566839 or 13193402. OLE color: 13193402.

HSL color Cylindrical-coordinate representation of color #BA50C9: hue angle of 292.56º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA50C9 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 80 201 -
CMYK 0.07 0.60 0 0.21
HSL 292.56º 0.53% 0.55% -
HSV(B) 292.56º 0.6% 0.79% -
XYZ 33.66 20.39 57.42 -
YUV 125.49 170.62 171.16 -
System Red Green Blue C M Y K H S L
Decimal 186 80 201 0.07 0.60 0 0.21 292.56 0.53 0.55
Hex BA 50 C9 7 3C 0 15 125 35 37
Octal 272 120 311 7 74 0 25 445 65 67
Binary 10111010 1010000 11001001 111 111100 0 10101 100100101 110101 110111

Color Harmonies of #BA50C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA50C9

Black with #BA50C9

Text Example


Text Example

White with #BA50C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA50C9; }

 p { color: rgb(186,80,201); }

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

background-color css

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

 a { background-color: rgb(186,80,201); }

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

border-color css

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

 span { border-color: rgb(186,80,201); }

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