Html Css Color HEX #BA45DB Medium Orchid

📋 copy color: '#BA45DB'

red 186 ◦ green 69 ◦ blue 219

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

Shades of Medium Orchid #BA45DB

Tints of Medium Orchid #BA45DB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.56%

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

R = 39.24%
G = 14.56%
B = 46.2%

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

#BA45DB (or 0xBA45DB) is known color: Medium Orchid. HEX triplet: BA, 45 and DB. RGB value is (186,69,219). Sum of RGB (Red+Green+Blue) = 186+69+219=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 69 (27.34% from 255 or 14.56% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA45DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA45DB is #45BA24. Grayscale: #787878. Windows color (decimal): -4569637 or 14370234. OLE color: 14370234.

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

Color convert

RGB 186 69 219 -
CMYK 0.15 0.68 0 0.14
HSL 286.8º 0.68% 0.56% -
HSV(B) 286.8º 0.68% 0.86% -
XYZ 35.16 19.81 68.99 -
YUV 121.08 183.26 174.3 -
System Red Green Blue C M Y K H S L
Decimal 186 69 219 0.15 0.68 0 0.14 286.8 0.68 0.56
Hex BA 45 DB F 44 0 E 11F 44 38
Octal 272 105 333 17 104 0 16 437 104 70
Binary 10111010 1000101 11011011 1111 1000100 0 1110 100011111 1000100 111000

Color Harmonies of #BA45DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA45DB

Black with #BA45DB

Text Example


Text Example

White with #BA45DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA45DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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