Html Css Color HEX #BA47DB Medium Orchid

📋 copy color: '#BA47DB'

red 186 ◦ green 71 ◦ blue 219

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

Shades of Medium Orchid #BA47DB

Tints of Medium Orchid #BA47DB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.92%

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

R = 39.08%
G = 14.92%
B = 46.01%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA47DB (or 0xBA47DB) is known color: Medium Orchid. HEX triplet: BA, 47 and DB. RGB value is (186,71,219). Sum of RGB (Red+Green+Blue) = 186+71+219=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 71 (28.12% from 255 or 14.92% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA47DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA47DB is #45B824. Grayscale: #797979. Windows color (decimal): -4569125 or 14370746. OLE color: 14370746.

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

Color convert

RGB 186 71 219 -
CMYK 0.15 0.68 0 0.14
HSL 286.62º 0.67% 0.57% -
HSV(B) 286.62º 0.68% 0.86% -
XYZ 35.29 20.06 69.03 -
YUV 122.26 182.6 173.47 -
System Red Green Blue C M Y K H S L
Decimal 186 71 219 0.15 0.68 0 0.14 286.62 0.67 0.57
Hex BA 47 DB F 44 0 E 11F 43 39
Octal 272 107 333 17 104 0 16 437 103 71
Binary 10111010 1000111 11011011 1111 1000100 0 1110 100011111 1000011 111001

Color Harmonies of #BA47DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA47DB

Black with #BA47DB

Text Example


Text Example

White with #BA47DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA47DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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