Html Css Color HEX #BA38E0 Medium Orchid

📋 copy color: '#BA38E0'

red 186 ◦ green 56 ◦ blue 224

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

Shades of Medium Orchid #BA38E0

Tints of Medium Orchid #BA38E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.07%

R = 39.91%
G = 12.02%
B = 48.07%

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

#BA38E0 (or 0xBA38E0) is known color: Medium Orchid. HEX triplet: BA, 38 and E0. RGB value is (186,56,224). Sum of RGB (Red+Green+Blue) = 186+56+224=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 56 (22.27% from 255 or 12.02% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA38E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA38E0 is #45C71F. Grayscale: #717171. Windows color (decimal): -4572960 or 14694586. OLE color: 14694586.

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

Color convert

RGB 186 56 224 -
CMYK 0.17 0.75 0 0.12
HSL 286.43º 0.73% 0.55% -
HSV(B) 286.43º 0.75% 0.88% -
XYZ 35.12 18.65 72.27 -
YUV 114.02 190.07 179.34 -
System Red Green Blue C M Y K H S L
Decimal 186 56 224 0.17 0.75 0 0.12 286.43 0.73 0.55
Hex BA 38 E0 11 4B 0 C 11E 49 37
Octal 272 70 340 21 113 0 14 436 111 67
Binary 10111010 111000 11100000 10001 1001011 0 1100 100011110 1001001 110111

Color Harmonies of #BA38E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA38E0

Black with #BA38E0

Text Example


Text Example

White with #BA38E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA38E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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