Html Css Color HEX #BA5FD1 Medium Orchid

📋 copy color: '#BA5FD1'

red 186 ◦ green 95 ◦ blue 209

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

Shades of Medium Orchid #BA5FD1

Tints of Medium Orchid #BA5FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.65%

R = 37.96%
G = 19.39%
B = 42.65%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA5FD1 (or 0xBA5FD1) is known color: Medium Orchid. HEX triplet: BA, 5F and D1. RGB value is (186,95,209). Sum of RGB (Red+Green+Blue) = 186+95+209=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA5FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FD1 is #45A02E. Grayscale: #868686. Windows color (decimal): -4562991 or 13721530. OLE color: 13721530.

HSL color Cylindrical-coordinate representation of color #BA5FD1: hue angle of 287.89º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5FD1 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 95 209 -
CMYK 0.11 0.55 0 0.18
HSL 287.89º 0.55% 0.6% -
HSV(B) 287.89º 0.55% 0.82% -
XYZ 35.85 23.23 62.92 -
YUV 135.21 169.65 164.23 -
System Red Green Blue C M Y K H S L
Decimal 186 95 209 0.11 0.55 0 0.18 287.89 0.55 0.6
Hex BA 5F D1 B 37 0 12 120 37 3C
Octal 272 137 321 13 67 0 22 440 67 74
Binary 10111010 1011111 11010001 1011 110111 0 10010 100100000 110111 111100

Color Harmonies of #BA5FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5FD1

Black with #BA5FD1

Text Example


Text Example

White with #BA5FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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