Html Css Color HEX #BA60DB Medium Orchid

📋 copy color: '#BA60DB'

red 186 ◦ green 96 ◦ blue 219

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

Shades of Medium Orchid #BA60DB

Tints of Medium Orchid #BA60DB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.16%

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

R = 37.13%
G = 19.16%
B = 43.71%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA60DB (or 0xBA60DB) is known color: Medium Orchid. HEX triplet: BA, 60 and DB. RGB value is (186,96,219). Sum of RGB (Red+Green+Blue) = 186+96+219=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA60DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA60DB is #459F24. Grayscale: #888888. Windows color (decimal): -4562725 or 14377146. OLE color: 14377146.

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

Color convert

RGB 186 96 219 -
CMYK 0.15 0.56 0 0.14
HSL 283.9º 0.63% 0.62% -
HSV(B) 283.9º 0.56% 0.86% -
XYZ 37.22 23.92 69.67 -
YUV 136.93 174.32 163 -
System Red Green Blue C M Y K H S L
Decimal 186 96 219 0.15 0.56 0 0.14 283.9 0.63 0.62
Hex BA 60 DB F 38 0 E 11C 3F 3E
Octal 272 140 333 17 70 0 16 434 77 76
Binary 10111010 1100000 11011011 1111 111000 0 1110 100011100 111111 111110

Color Harmonies of #BA60DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA60DB

Black with #BA60DB

Text Example


Text Example

White with #BA60DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA60DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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