Html Css Color HEX #BA38DC Medium Orchid

📋 copy color: '#BA38DC'

red 186 ◦ green 56 ◦ blue 220

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

Shades of Medium Orchid #BA38DC

Tints of Medium Orchid #BA38DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 40.26%
G = 12.12%
B = 47.62%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA38DC (or 0xBA38DC) is known color: Medium Orchid. HEX triplet: BA, 38 and DC. RGB value is (186,56,220). Sum of RGB (Red+Green+Blue) = 186+56+220=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA38DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA38DC is #45C723. Grayscale: #717171. Windows color (decimal): -4572964 or 14432442. OLE color: 14432442.

HSL color Cylindrical-coordinate representation of color #BA38DC: hue angle of 287.56º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA38DC is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 56 220 -
CMYK 0.15 0.75 0 0.14
HSL 287.56º 0.7% 0.54% -
HSV(B) 287.56º 0.75% 0.86% -
XYZ 34.58 18.43 69.45 -
YUV 113.57 188.07 179.66 -
System Red Green Blue C M Y K H S L
Decimal 186 56 220 0.15 0.75 0 0.14 287.56 0.7 0.54
Hex BA 38 DC F 4B 0 E 120 46 36
Octal 272 70 334 17 113 0 16 440 106 66
Binary 10111010 111000 11011100 1111 1001011 0 1110 100100000 1000110 110110

Color Harmonies of #BA38DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA38DC

Black with #BA38DC

Text Example


Text Example

White with #BA38DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA38DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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