Html Css Color HEX #BA38DB Medium Orchid

📋 copy color: '#BA38DB'

red 186 ◦ green 56 ◦ blue 219

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

Shades of Medium Orchid #BA38DB

Tints of Medium Orchid #BA38DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 40.35%
G = 12.15%
B = 47.51%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA38DB (or 0xBA38DB) is known color: Medium Orchid. HEX triplet: BA, 38 and DB. RGB value is (186,56,219). Sum of RGB (Red+Green+Blue) = 186+56+219=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 56 (22.27% from 255 or 12.15% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA38DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA38DB is #45C724. Grayscale: #707070. Windows color (decimal): -4572965 or 14366906. OLE color: 14366906.

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

Color convert

RGB 186 56 219 -
CMYK 0.15 0.74 0 0.14
HSL 287.85º 0.69% 0.54% -
HSV(B) 287.85º 0.74% 0.86% -
XYZ 34.45 18.38 68.75 -
YUV 113.45 187.57 179.75 -
System Red Green Blue C M Y K H S L
Decimal 186 56 219 0.15 0.74 0 0.14 287.85 0.69 0.54
Hex BA 38 DB F 4A 0 E 120 45 36
Octal 272 70 333 17 112 0 16 440 105 66
Binary 10111010 111000 11011011 1111 1001010 0 1110 100100000 1000101 110110

Color Harmonies of #BA38DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA38DB

Black with #BA38DB

Text Example


Text Example

White with #BA38DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA38DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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