Html Css Color HEX #BA6FD1 Medium Orchid

📋 copy color: '#BA6FD1'

red 186 ◦ green 111 ◦ blue 209

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

Shades of Medium Orchid #BA6FD1

Tints of Medium Orchid #BA6FD1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.94%

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

R = 36.76%
G = 21.94%
B = 41.3%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA6FD1 (or 0xBA6FD1) is known color: Medium Orchid. HEX triplet: BA, 6F and D1. RGB value is (186,111,209). Sum of RGB (Red+Green+Blue) = 186+111+209=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA6FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FD1 is #45902E. Grayscale: #909090. Windows color (decimal): -4558895 or 13725626. OLE color: 13725626.

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

Color convert

RGB 186 111 209 -
CMYK 0.11 0.47 0 0.18
HSL 285.92º 0.52% 0.63% -
HSV(B) 285.92º 0.47% 0.82% -
XYZ 37.44 26.41 63.45 -
YUV 144.6 164.35 157.53 -
System Red Green Blue C M Y K H S L
Decimal 186 111 209 0.11 0.47 0 0.18 285.92 0.52 0.63
Hex BA 6F D1 B 2F 0 12 11E 34 3F
Octal 272 157 321 13 57 0 22 436 64 77
Binary 10111010 1101111 11010001 1011 101111 0 10010 100011110 110100 111111

Color Harmonies of #BA6FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6FD1

Black with #BA6FD1

Text Example


Text Example

White with #BA6FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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