Html Css Color HEX #BA32DB Medium Orchid

📋 copy color: '#BA32DB'

red 186 ◦ green 50 ◦ blue 219

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

Shades of Medium Orchid #BA32DB

Tints of Medium Orchid #BA32DB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.99%

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

R = 40.88%
G = 10.99%
B = 48.13%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA32DB (or 0xBA32DB) is known color: Medium Orchid. HEX triplet: BA, 32 and DB. RGB value is (186,50,219). Sum of RGB (Red+Green+Blue) = 186+50+219=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 50 (19.92% from 255 or 10.99% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA32DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA32DB is #45CD24. Grayscale: #6D6D6D. Windows color (decimal): -4574501 or 14365370. OLE color: 14365370.

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

Color convert

RGB 186 50 219 -
CMYK 0.15 0.77 0 0.14
HSL 288.28º 0.7% 0.53% -
HSV(B) 288.28º 0.77% 0.86% -
XYZ 34.18 17.83 68.66 -
YUV 109.93 189.56 182.26 -
System Red Green Blue C M Y K H S L
Decimal 186 50 219 0.15 0.77 0 0.14 288.28 0.7 0.53
Hex BA 32 DB F 4D 0 E 120 46 35
Octal 272 62 333 17 115 0 16 440 106 65
Binary 10111010 110010 11011011 1111 1001101 0 1110 100100000 1000110 110101

Color Harmonies of #BA32DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA32DB

Black with #BA32DB

Text Example


Text Example

White with #BA32DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA32DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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