Html Css Color HEX #BA5BDB Medium Orchid

📋 copy color: '#BA5BDB'

red 186 ◦ green 91 ◦ blue 219

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

Shades of Medium Orchid #BA5BDB

Tints of Medium Orchid #BA5BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.35%

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

R = 37.5%
G = 18.35%
B = 44.15%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA5BDB (or 0xBA5BDB) is known color: Medium Orchid. HEX triplet: BA, 5B and DB. RGB value is (186,91,219). Sum of RGB (Red+Green+Blue) = 186+91+219=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 91 (35.94% from 255 or 18.35% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA5BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BDB is #45A424. Grayscale: #858585. Windows color (decimal): -4564005 or 14375866. OLE color: 14375866.

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

Color convert

RGB 186 91 219 -
CMYK 0.15 0.58 0 0.14
HSL 284.53º 0.64% 0.61% -
HSV(B) 284.53º 0.58% 0.86% -
XYZ 36.78 23.04 69.53 -
YUV 134 175.97 165.09 -
System Red Green Blue C M Y K H S L
Decimal 186 91 219 0.15 0.58 0 0.14 284.53 0.64 0.61
Hex BA 5B DB F 3A 0 E 11D 40 3D
Octal 272 133 333 17 72 0 16 435 100 75
Binary 10111010 1011011 11011011 1111 111010 0 1110 100011101 1000000 111101

Color Harmonies of #BA5BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5BDB

Black with #BA5BDB

Text Example


Text Example

White with #BA5BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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