Html Css Color HEX #BA40DB Medium Orchid

📋 copy color: '#BA40DB'

red 186 ◦ green 64 ◦ blue 219

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

Shades of Medium Orchid #BA40DB

Tints of Medium Orchid #BA40DB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.65%

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

R = 39.66%
G = 13.65%
B = 46.7%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA40DB (or 0xBA40DB) is known color: Medium Orchid. HEX triplet: BA, 40 and DB. RGB value is (186,64,219). Sum of RGB (Red+Green+Blue) = 186+64+219=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA40DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40DB is #45BF24. Grayscale: #757575. Windows color (decimal): -4570917 or 14368954. OLE color: 14368954.

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

Color convert

RGB 186 64 219 -
CMYK 0.15 0.71 0 0.14
HSL 287.23º 0.68% 0.55% -
HSV(B) 287.23º 0.71% 0.86% -
XYZ 34.87 19.22 68.89 -
YUV 118.15 184.92 176.4 -
System Red Green Blue C M Y K H S L
Decimal 186 64 219 0.15 0.71 0 0.14 287.23 0.68 0.55
Hex BA 40 DB F 47 0 E 11F 44 37
Octal 272 100 333 17 107 0 16 437 104 67
Binary 10111010 1000000 11011011 1111 1000111 0 1110 100011111 1000100 110111

Color Harmonies of #BA40DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA40DB

Black with #BA40DB

Text Example


Text Example

White with #BA40DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA40DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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