Html Css Color HEX #BA42DF Medium Orchid

📋 copy color: '#BA42DF'

red 186 ◦ green 66 ◦ blue 223

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

Shades of Medium Orchid #BA42DF

Tints of Medium Orchid #BA42DF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.89%

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

R = 39.16%
G = 13.89%
B = 46.95%

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

#BA42DF (or 0xBA42DF) is known color: Medium Orchid. HEX triplet: BA, 42 and DF. RGB value is (186,66,223). Sum of RGB (Red+Green+Blue) = 186+66+223=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA42DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42DF is #45BD20. Grayscale: #777777. Windows color (decimal): -4570401 or 14631610. OLE color: 14631610.

HSL color Cylindrical-coordinate representation of color #BA42DF: hue angle of 285.86º 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 #BA42DF is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 66 223 -
CMYK 0.17 0.70 0 0.13
HSL 285.86º 0.71% 0.57% -
HSV(B) 285.86º 0.7% 0.87% -
XYZ 35.52 19.66 71.74 -
YUV 119.78 186.26 175.23 -
System Red Green Blue C M Y K H S L
Decimal 186 66 223 0.17 0.70 0 0.13 285.86 0.71 0.57
Hex BA 42 DF 11 46 0 D 11E 47 39
Octal 272 102 337 21 106 0 15 436 107 71
Binary 10111010 1000010 11011111 10001 1000110 0 1101 100011110 1000111 111001

Color Harmonies of #BA42DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA42DF

Black with #BA42DF

Text Example


Text Example

White with #BA42DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA42DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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