Html Css Color HEX #BA55DB Medium Orchid

📋 copy color: '#BA55DB'

red 186 ◦ green 85 ◦ blue 219

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

Shades of Medium Orchid #BA55DB

Tints of Medium Orchid #BA55DB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.35%

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

R = 37.96%
G = 17.35%
B = 44.69%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA55DB (or 0xBA55DB) is known color: Medium Orchid. HEX triplet: BA, 55 and DB. RGB value is (186,85,219). Sum of RGB (Red+Green+Blue) = 186+85+219=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA55DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA55DB is #45AA24. Grayscale: #828282. Windows color (decimal): -4565541 or 14374330. OLE color: 14374330.

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

Color convert

RGB 186 85 219 -
CMYK 0.15 0.61 0 0.14
HSL 285.22º 0.65% 0.6% -
HSV(B) 285.22º 0.61% 0.86% -
XYZ 36.28 22.05 69.36 -
YUV 130.48 177.96 167.6 -
System Red Green Blue C M Y K H S L
Decimal 186 85 219 0.15 0.61 0 0.14 285.22 0.65 0.6
Hex BA 55 DB F 3D 0 E 11D 41 3C
Octal 272 125 333 17 75 0 16 435 101 74
Binary 10111010 1010101 11011011 1111 111101 0 1110 100011101 1000001 111100

Color Harmonies of #BA55DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA55DB

Black with #BA55DB

Text Example


Text Example

White with #BA55DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA55DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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