Html Css Color HEX #BA39E1 Medium Orchid

📋 copy color: '#BA39E1'

red 186 ◦ green 57 ◦ blue 225

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

Shades of Medium Orchid #BA39E1

Tints of Medium Orchid #BA39E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.08%

R = 39.74%
G = 12.18%
B = 48.08%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA39E1 (or 0xBA39E1) is known color: Medium Orchid. HEX triplet: BA, 39 and E1. RGB value is (186,57,225). Sum of RGB (Red+Green+Blue) = 186+57+225=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 57 (22.66% from 255 or 12.18% from 468); Blue value is 225 (88.28% from 255 or 48.08% from 468); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA39E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA39E1 is #45C61E. Grayscale: #727272. Windows color (decimal): -4572703 or 14760378. OLE color: 14760378.

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

Color convert

RGB 186 57 225 -
CMYK 0.17 0.75 0 0.12
HSL 286.07º 0.74% 0.55% -
HSV(B) 286.07º 0.75% 0.88% -
XYZ 35.3 18.8 73 -
YUV 114.72 190.24 178.84 -
System Red Green Blue C M Y K H S L
Decimal 186 57 225 0.17 0.75 0 0.12 286.07 0.74 0.55
Hex BA 39 E1 11 4B 0 C 11E 4A 37
Octal 272 71 341 21 113 0 14 436 112 67
Binary 10111010 111001 11100001 10001 1001011 0 1100 100011110 1001010 110111

Color Harmonies of #BA39E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA39E1

Black with #BA39E1

Text Example


Text Example

White with #BA39E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA39E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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