Html Css Color HEX #BA39E4 Medium Orchid

📋 copy color: '#BA39E4'

red 186 ◦ green 57 ◦ blue 228

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

Shades of Medium Orchid #BA39E4

Tints of Medium Orchid #BA39E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.41%

R = 39.49%
G = 12.1%
B = 48.41%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA39E4 (or 0xBA39E4) is known color: Medium Orchid. HEX triplet: BA, 39 and E4. RGB value is (186,57,228). Sum of RGB (Red+Green+Blue) = 186+57+228=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 57 (22.66% from 255 or 12.10% from 471); Blue value is 228 (89.45% from 255 or 48.41% from 471); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA39E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA39E4 is #45C61B. Grayscale: #727272. Windows color (decimal): -4572700 or 14956986. OLE color: 14956986.

HSL color Cylindrical-coordinate representation of color #BA39E4: hue angle of 285.26º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA39E4 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 57 228 -
CMYK 0.18 0.75 0 0.11
HSL 285.26º 0.76% 0.56% -
HSV(B) 285.26º 0.75% 0.89% -
XYZ 35.72 18.97 75.18 -
YUV 115.07 191.74 178.6 -
System Red Green Blue C M Y K H S L
Decimal 186 57 228 0.18 0.75 0 0.11 285.26 0.76 0.56
Hex BA 39 E4 12 4B 0 B 11D 4C 38
Octal 272 71 344 22 113 0 13 435 114 70
Binary 10111010 111001 11100100 10010 1001011 0 1011 100011101 1001100 111000

Color Harmonies of #BA39E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA39E4

Black with #BA39E4

Text Example


Text Example

White with #BA39E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA39E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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