Html Css Color HEX #BA5FDC Medium Orchid

📋 copy color: '#BA5FDC'

red 186 ◦ green 95 ◦ blue 220

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

Shades of Medium Orchid #BA5FDC

Tints of Medium Orchid #BA5FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.96%

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

R = 37.13%
G = 18.96%
B = 43.91%

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

#BA5FDC (or 0xBA5FDC) is known color: Medium Orchid. HEX triplet: BA, 5F and DC. RGB value is (186,95,220). Sum of RGB (Red+Green+Blue) = 186+95+220=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA5FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FDC is #45A023. Grayscale: #888888. Windows color (decimal): -4562980 or 14442426. OLE color: 14442426.

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

Color convert

RGB 186 95 220 -
CMYK 0.15 0.57 0 0.14
HSL 283.68º 0.64% 0.62% -
HSV(B) 283.68º 0.57% 0.86% -
XYZ 37.26 23.79 70.34 -
YUV 136.46 175.15 163.34 -
System Red Green Blue C M Y K H S L
Decimal 186 95 220 0.15 0.57 0 0.14 283.68 0.64 0.62
Hex BA 5F DC F 39 0 E 11C 40 3E
Octal 272 137 334 17 71 0 16 434 100 76
Binary 10111010 1011111 11011100 1111 111001 0 1110 100011100 1000000 111110

Color Harmonies of #BA5FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5FDC

Black with #BA5FDC

Text Example


Text Example

White with #BA5FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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