Html Css Color HEX #BA39DF Medium Orchid

📋 copy color: '#BA39DF'

red 186 ◦ green 57 ◦ blue 223

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

Shades of Medium Orchid #BA39DF

Tints of Medium Orchid #BA39DF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.23%

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

R = 39.91%
G = 12.23%
B = 47.85%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA39DF (or 0xBA39DF) is known color: Medium Orchid. HEX triplet: BA, 39 and DF. RGB value is (186,57,223). Sum of RGB (Red+Green+Blue) = 186+57+223=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 57 (22.66% from 255 or 12.23% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA39DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA39DF is #45C620. Grayscale: #717171. Windows color (decimal): -4572705 or 14629306. OLE color: 14629306.

HSL color Cylindrical-coordinate representation of color #BA39DF: hue angle of 286.63º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA39DF is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 57 223 -
CMYK 0.17 0.74 0 0.13
HSL 286.63º 0.72% 0.55% -
HSV(B) 286.63º 0.74% 0.87% -
XYZ 35.03 18.69 71.57 -
YUV 114.5 189.24 179 -
System Red Green Blue C M Y K H S L
Decimal 186 57 223 0.17 0.74 0 0.13 286.63 0.72 0.55
Hex BA 39 DF 11 4A 0 D 11F 48 37
Octal 272 71 337 21 112 0 15 437 110 67
Binary 10111010 111001 11011111 10001 1001010 0 1101 100011111 1001000 110111

Color Harmonies of #BA39DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA39DF

Black with #BA39DF

Text Example


Text Example

White with #BA39DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA39DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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