Html Css Color HEX #BA5DDC Medium Orchid

📋 copy color: '#BA5DDC'

red 186 ◦ green 93 ◦ blue 220

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

Shades of Medium Orchid #BA5DDC

Tints of Medium Orchid #BA5DDC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.64%

 BLUE value IS 220 (86.33% from 255) = 44.09%

R = 37.27%
G = 18.64%
B = 44.09%

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

#BA5DDC (or 0xBA5DDC) is known color: Medium Orchid. HEX triplet: BA, 5D and DC. RGB value is (186,93,220). Sum of RGB (Red+Green+Blue) = 186+93+220=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 93 (36.72% from 255 or 18.64% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA5DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DDC is #45A223. Grayscale: #868686. Windows color (decimal): -4563492 or 14441914. OLE color: 14441914.

HSL color Cylindrical-coordinate representation of color #BA5DDC: hue angle of 283.94º 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 #BA5DDC is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 93 220 -
CMYK 0.15 0.58 0 0.14
HSL 283.94º 0.64% 0.61% -
HSV(B) 283.94º 0.58% 0.86% -
XYZ 37.08 23.44 70.28 -
YUV 135.29 175.81 164.17 -
System Red Green Blue C M Y K H S L
Decimal 186 93 220 0.15 0.58 0 0.14 283.94 0.64 0.61
Hex BA 5D DC F 3A 0 E 11C 40 3D
Octal 272 135 334 17 72 0 16 434 100 75
Binary 10111010 1011101 11011100 1111 111010 0 1110 100011100 1000000 111101

Color Harmonies of #BA5DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5DDC

Black with #BA5DDC

Text Example


Text Example

White with #BA5DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5DDC; }

 p { color: rgb(186,93,220); }

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

background-color css

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

 a { background-color: rgb(186,93,220); }

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

border-color css

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

 span { border-color: rgb(186,93,220); }

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