Html Css Color HEX #BA38E1 Medium Orchid

📋 copy color: '#BA38E1'

red 186 ◦ green 56 ◦ blue 225

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

Shades of Medium Orchid #BA38E1

Tints of Medium Orchid #BA38E1

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.99%

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

R = 39.83%
G = 11.99%
B = 48.18%

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

#BA38E1 (or 0xBA38E1) is known color: Medium Orchid. HEX triplet: BA, 38 and E1. RGB value is (186,56,225). Sum of RGB (Red+Green+Blue) = 186+56+225=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA38E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA38E1 is #45C71E. Grayscale: #717171. Windows color (decimal): -4572959 or 14760122. OLE color: 14760122.

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

Color convert

RGB 186 56 225 -
CMYK 0.17 0.75 0 0.12
HSL 286.15º 0.74% 0.55% -
HSV(B) 286.15º 0.75% 0.88% -
XYZ 35.25 18.7 72.99 -
YUV 114.14 190.57 179.26 -
System Red Green Blue C M Y K H S L
Decimal 186 56 225 0.17 0.75 0 0.12 286.15 0.74 0.55
Hex BA 38 E1 11 4B 0 C 11E 4A 37
Octal 272 70 341 21 113 0 14 436 112 67
Binary 10111010 111000 11100001 10001 1001011 0 1100 100011110 1001010 110111

Color Harmonies of #BA38E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA38E1

Black with #BA38E1

Text Example


Text Example

White with #BA38E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA38E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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