Html Css Color HEX #BA44C9 Medium Orchid

📋 copy color: '#BA44C9'

red 186 ◦ green 68 ◦ blue 201

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

Shades of Medium Orchid #BA44C9

Tints of Medium Orchid #BA44C9

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.95%

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

R = 40.88%
G = 14.95%
B = 44.18%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA44C9 (or 0xBA44C9) is known color: Medium Orchid. HEX triplet: BA, 44 and C9. RGB value is (186,68,201). Sum of RGB (Red+Green+Blue) = 186+68+201=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA44C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA44C9 is #45BB36. Grayscale: #767676. Windows color (decimal): -4569911 or 13190330. OLE color: 13190330.

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

Color convert

RGB 186 68 201 -
CMYK 0.07 0.66 0 0.21
HSL 293.23º 0.55% 0.53% -
HSV(B) 293.23º 0.66% 0.79% -
XYZ 32.86 18.79 57.15 -
YUV 118.44 174.59 176.19 -
System Red Green Blue C M Y K H S L
Decimal 186 68 201 0.07 0.66 0 0.21 293.23 0.55 0.53
Hex BA 44 C9 7 42 0 15 125 37 35
Octal 272 104 311 7 102 0 25 445 67 65
Binary 10111010 1000100 11001001 111 1000010 0 10101 100100101 110111 110101

Color Harmonies of #BA44C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA44C9

Black with #BA44C9

Text Example


Text Example

White with #BA44C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA44C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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