Html Css Color HEX #BA44DF Medium Orchid

📋 copy color: '#BA44DF'

red 186 ◦ green 68 ◦ blue 223

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

Shades of Medium Orchid #BA44DF

Tints of Medium Orchid #BA44DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.75%

R = 38.99%
G = 14.26%
B = 46.75%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA44DF (or 0xBA44DF) is known color: Medium Orchid. HEX triplet: BA, 44 and DF. RGB value is (186,68,223). Sum of RGB (Red+Green+Blue) = 186+68+223=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 68 (26.95% from 255 or 14.26% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA44DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA44DF is #45BB20. Grayscale: #787878. Windows color (decimal): -4569889 or 14632122. OLE color: 14632122.

HSL color Cylindrical-coordinate representation of color #BA44DF: hue angle of 285.68º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA44DF is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 68 223 -
CMYK 0.17 0.70 0 0.13
HSL 285.68º 0.71% 0.57% -
HSV(B) 285.68º 0.7% 0.87% -
XYZ 35.64 19.9 71.78 -
YUV 120.95 185.59 174.4 -
System Red Green Blue C M Y K H S L
Decimal 186 68 223 0.17 0.70 0 0.13 285.68 0.71 0.57
Hex BA 44 DF 11 46 0 D 11E 47 39
Octal 272 104 337 21 106 0 15 436 107 71
Binary 10111010 1000100 11011111 10001 1000110 0 1101 100011110 1000111 111001

Color Harmonies of #BA44DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA44DF

Black with #BA44DF

Text Example


Text Example

White with #BA44DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA44DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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