Html Css Color HEX #BA61D6 Medium Orchid

📋 copy color: '#BA61D6'

red 186 ◦ green 97 ◦ blue 214

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

Shades of Medium Orchid #BA61D6

Tints of Medium Orchid #BA61D6

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.52%

 BLUE value IS 214 (83.98% from 255) = 43.06%

R = 37.42%
G = 19.52%
B = 43.06%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA61D6 (or 0xBA61D6) is known color: Medium Orchid. HEX triplet: BA, 61 and D6. RGB value is (186,97,214). Sum of RGB (Red+Green+Blue) = 186+97+214=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 214 (83.98% from 255 or 43.06% from 497); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA61D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61D6 is #459E29. Grayscale: #888888. Windows color (decimal): -4562474 or 14049722. OLE color: 14049722.

HSL color Cylindrical-coordinate representation of color #BA61D6: hue angle of 285.64º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA61D6 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 97 214 -
CMYK 0.13 0.55 0 0.16
HSL 285.64º 0.59% 0.61% -
HSV(B) 285.64º 0.55% 0.84% -
XYZ 36.66 23.84 66.29 -
YUV 136.95 171.49 162.99 -
System Red Green Blue C M Y K H S L
Decimal 186 97 214 0.13 0.55 0 0.16 285.64 0.59 0.61
Hex BA 61 D6 D 37 0 10 11E 3B 3D
Octal 272 141 326 15 67 0 20 436 73 75
Binary 10111010 1100001 11010110 1101 110111 0 10000 100011110 111011 111101

Color Harmonies of #BA61D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA61D6

Black with #BA61D6

Text Example


Text Example

White with #BA61D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA61D6; }

 p { color: rgb(186,97,214); }

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

background-color css

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

 a { background-color: rgb(186,97,214); }

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

border-color css

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

 span { border-color: rgb(186,97,214); }

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