Html Css Color HEX #BA5EDB Medium Orchid

📋 copy color: '#BA5EDB'

red 186 ◦ green 94 ◦ blue 219

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

Shades of Medium Orchid #BA5EDB

Tints of Medium Orchid #BA5EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.84%

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

R = 37.27%
G = 18.84%
B = 43.89%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA5EDB (or 0xBA5EDB) is known color: Medium Orchid. HEX triplet: BA, 5E and DB. RGB value is (186,94,219). Sum of RGB (Red+Green+Blue) = 186+94+219=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 94 (37.11% from 255 or 18.84% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA5EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5EDB is #45A124. Grayscale: #878787. Windows color (decimal): -4563237 or 14376634. OLE color: 14376634.

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

Color convert

RGB 186 94 219 -
CMYK 0.15 0.57 0 0.14
HSL 284.16º 0.63% 0.61% -
HSV(B) 284.16º 0.57% 0.86% -
XYZ 37.04 23.56 69.61 -
YUV 135.76 174.98 163.84 -
System Red Green Blue C M Y K H S L
Decimal 186 94 219 0.15 0.57 0 0.14 284.16 0.63 0.61
Hex BA 5E DB F 39 0 E 11C 3F 3D
Octal 272 136 333 17 71 0 16 434 77 75
Binary 10111010 1011110 11011011 1111 111001 0 1110 100011100 111111 111101

Color Harmonies of #BA5EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5EDB

Black with #BA5EDB

Text Example


Text Example

White with #BA5EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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